Spread Windows Forms 12.0 Product Documentation
SplitRow Property


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > IWorksheetView Interface : SplitRow Property
Gets or sets the row number where the window is split into panes (the number of rows to the top of the split line).
Syntax
'Declaration
 
Property SplitRow As Integer
'Usage
 
Dim instance As IWorksheetView
Dim value As Integer
 
instance.SplitRow = value
 
value = instance.SplitRow
int SplitRow {get; set;}

Property Value

An integer value represents the split row.
See Also

Reference

IWorksheetView Interface
IWorksheetView Members