[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.IWorksheet.SplitColumn

SplitColumn Property

SplitColumn

Gets the split column position of the worksheet.

This property returns the column position specified by SplitPanes(int, int). Returns 0 if the worksheet does not have split panes.

Declaration
int SplitColumn { get; }
ReadOnly Property SplitColumn As Integer
Examples
worksheet.SplitPanes(2, 3);
int splitColumn = worksheet.SplitColumn;