Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / WorksheetView Class / SplitHorizontal Property


In This Topic
SplitHorizontal Property
In This Topic
Gets or sets the location of the horizontal window split, in points.
Syntax
'Declaration
 
Public Property SplitHorizontal As Double
 
'Usage
 
Dim instance As WorksheetView
Dim value As Double
 
instance.SplitHorizontal = value
 
value = instance.SplitHorizontal

Property Value

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