Spread Windows Forms 15.0
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
    public double SplitHorizontal {get; set;}

    Property Value

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