Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / WorksheetView Class / SplitVertical Property


In This Topic
    SplitVertical Property
    In This Topic
    Gets or sets the location of the vertical window split, in points.
    Syntax
    'Declaration
     
    
    Public Property SplitVertical As Double
    'Usage
     
    
    Dim instance As WorksheetView
    Dim value As Double
     
    instance.SplitVertical = value
     
    value = instance.SplitVertical
    public double SplitVertical {get; set;}

    Property Value

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