SpreadsheetGear 2012
AutoScrollPosition Property (WorkbookExplorer)






Syntax
'Declaration
 
<SRCategoryAttribute("Layout")>
<System.ComponentModel.BrowsableAttribute(False)>
<System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
<SRDescriptionAttribute("The current position of the auto-scrolling scroll bar.")>
Public Property AutoScrollPosition As System.Drawing.Point
'Usage
 
Dim instance As WorkbookExplorer
Dim value As System.Drawing.Point
 
instance.AutoScrollPosition = value
 
value = instance.AutoScrollPosition
[SRCategory("Layout")]
[System.ComponentModel.Browsable(false)]
[System.ComponentModel.DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
[SRDescription("The current position of the auto-scrolling scroll bar.")]
public System.Drawing.Point AutoScrollPosition {get; set;}
public read-write property AutoScrollPosition: System.Drawing.Point; 
SRCategoryAttribute("Layout")
System.ComponentModel.BrowsableAttribute()
System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)
SRDescriptionAttribute("The current position of the auto-scrolling scroll bar.")
public function get,set AutoScrollPosition : System.Drawing.Point
[SRCategory("Layout")]
[System.ComponentModel.Browsable(false)]
[System.ComponentModel.DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
[SRDescription("The current position of the auto-scrolling scroll bar.")]
public: __property System.Drawing.Point get_AutoScrollPosition();
public: __property void set_AutoScrollPosition( 
   System.Drawing.Point value
);
[SRCategory("Layout")]
[System.ComponentModel.Browsable(false)]
[System.ComponentModel.DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
[SRDescription("The current position of the auto-scrolling scroll bar.")]
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

WorkbookExplorer Class
WorkbookExplorer Members

Send Feedback