Spread Windows Forms 12.0 Product Documentation
SplitColumn Property


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > ISheetView Interface : SplitColumn Property
Gets or sets the column number where the window is split into panes (the number of columns to the left of the split line).
Syntax
'Declaration
 
Property SplitColumn As Integer
'Usage
 
Dim instance As ISheetView
Dim value As Integer
 
instance.SplitColumn = value
 
value = instance.SplitColumn
int SplitColumn {get; set;}

Property Value

An integer value represents the split column.
See Also

Reference

ISheetView Interface
ISheetView Members