SpreadsheetGear 2017
ScrollRow Property (IPane)






SpreadsheetGear Namespace > IPane Interface : ScrollRow Property
Gets or sets the first row displayed in this pane.
Syntax
'Declaration
 
Property ScrollRow As System.Integer
'Usage
 
Dim instance As IPane
Dim value As System.Integer
 
instance.ScrollRow = value
 
value = instance.ScrollRow
System.int ScrollRow {get; set;}
read-write property ScrollRow: System.Integer; 
function get,set ScrollRow : System.int
__property System.int get_ScrollRow();
__property void set_ScrollRow( 
   System.int value
);
property System.int ScrollRow {
   System.int get();
   void set (    System.int 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

IPane Interface
IPane Members
IPanes Interface
Panes Property
WindowInfo Property