SplitRow Property (SheetView)
Gets or sets the row number where the window is split into panes (the number of rows to the top of the split line).
public int SplitRow {get; set;}
'Declaration
Public Property SplitRow As Integer
'Usage
Dim instance As SheetView
Dim value As Integer
instance.SplitRow = value
value = instance.SplitRow
Property Value
An integer value represents the split row.