[]
Gets the split row position of the worksheet.
This property returns the row position specified by SplitPanes(int, int).
Returns 0 if the worksheet does not have split panes.
int SplitRow { get; }
ReadOnly Property SplitRow As Integer
worksheet.SplitPanes(2, 1);
int splitRow = worksheet.SplitRow;