Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / Grid Class / Vertical Property


In This Topic
    Vertical Property (Grid)
    In This Topic
    Gets or sets the vertical Line structure.
    Syntax
    'Declaration
     
    
    Public Property Vertical As Line
    'Usage
     
    
    Dim instance As Grid
    Dim value As Line
     
    instance.Vertical = value
     
    value = instance.Vertical
    public Line Vertical {get; set;}

    Property Value

    A Line structure that indicates all vertical lines of the grid.
    See Also