Spread Windows Forms 12.0 Product Documentation
SplitHorizontal Property


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

Property Value

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

Reference

IWorksheetView Interface
IWorksheetView Members