Spread Windows Forms 12.0 Product Documentation
SplitVertical Property


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > IWorksheetView Interface : SplitVertical Property
Gets or sets the location of the vertical window split, in points.
Syntax
'Declaration
 
Property SplitVertical As Double
'Usage
 
Dim instance As IWorksheetView
Dim value As Double
 
instance.SplitVertical = value
 
value = instance.SplitVertical
double SplitVertical {get; set;}

Property Value

An integer values represents the location of the vertical window split.
See Also

Reference

IWorksheetView Interface
IWorksheetView Members