SpreadsheetGear 2017
SplitRows Property (IWorksheetWindowInfo)






SpreadsheetGear Namespace > IWorksheetWindowInfo Interface : SplitRows Property
Gets or sets the number of rows displayed above the split.
Syntax
'Declaration
 
Property SplitRows As System.Integer
'Usage
 
Dim instance As IWorksheetWindowInfo
Dim value As System.Integer
 
instance.SplitRows = value
 
value = instance.SplitRows
System.int SplitRows {get; set;}
read-write property SplitRows: System.Integer; 
function get,set SplitRows : System.int
__property System.int get_SplitRows();
__property void set_SplitRows( 
   System.int value
);
property System.int SplitRows {
   System.int get();
   void set (    System.int value);
}
Remarks
Note that this property is named SplitRow in Excel. It has been renamed in SpreadsheetGear due to the fact that it is a count of rows rather than a row number.
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

IWorksheetWindowInfo Interface
IWorksheetWindowInfo Members
WindowInfo Property