Spread Windows Forms 18
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IWorksheetView Interface / SplitHorizontal Property


In This Topic
    SplitHorizontal Property
    In This Topic
    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