[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.IWorksheet.SplitRow

SplitRow Property

SplitRow

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.

Declaration
int SplitRow { get; }
ReadOnly Property SplitRow As Integer
Examples
worksheet.SplitPanes(2, 1);
int splitRow = worksheet.SplitRow;