SpreadsheetGear 2017
AutoScrollPosition Property (WorkbookDesigner)






SpreadsheetGear.Windows.Forms Namespace > WorkbookDesigner Class : AutoScrollPosition Property
Syntax
'Declaration
 
<SRDescriptionAttribute("FormAutoScrollPositionDescr")>
<System.ComponentModel.BrowsableAttribute(False)>
<System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
<SRCategoryAttribute("CatLayout")>
Public Property AutoScrollPosition As System.Drawing.Point
'Usage
 
Dim instance As WorkbookDesigner
Dim value As System.Drawing.Point
 
instance.AutoScrollPosition = value
 
value = instance.AutoScrollPosition
[SRDescription("FormAutoScrollPositionDescr")]
[System.ComponentModel.Browsable(false)]
[System.ComponentModel.DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
[SRCategory("CatLayout")]
public System.Drawing.Point AutoScrollPosition {get; set;}
public read-write property AutoScrollPosition: System.Drawing.Point; 
SRDescriptionAttribute("FormAutoScrollPositionDescr")
System.ComponentModel.BrowsableAttribute()
System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)
SRCategoryAttribute("CatLayout")
public function get,set AutoScrollPosition : System.Drawing.Point
[SRDescription("FormAutoScrollPositionDescr")]
[System.ComponentModel.Browsable(false)]
[System.ComponentModel.DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
[SRCategory("CatLayout")]
public: __property System.Drawing.Point get_AutoScrollPosition();
public: __property void set_AutoScrollPosition( 
   System.Drawing.Point value
);
[SRDescription("FormAutoScrollPositionDescr")]
[System.ComponentModel.Browsable(false)]
[System.ComponentModel.DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
[SRCategory("CatLayout")]
public:
property System.Drawing.Point AutoScrollPosition {
   System.Drawing.Point get();
   void set (    System.Drawing.Point value);
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

WorkbookDesigner Class
WorkbookDesigner Members