[]
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.
int SplitColumn { get; }
ReadOnly Property SplitColumn As Integer
worksheet.SplitPanes(2, 3);
int splitColumn = worksheet.SplitColumn;