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


In This Topic
    VerticalFlag Property
    In This Topic
    Gets or sets where to draw the vertical lines.
    Syntax
    'Declaration
     
    
    Public Property VerticalFlag As VerticalFlags
    'Usage
     
    
    Dim instance As Grid
    Dim value As VerticalFlags
     
    instance.VerticalFlag = value
     
    value = instance.VerticalFlag
    public VerticalFlags VerticalFlag {get; set;}

    Property Value

    A VerticalFlags enumeration that specifies where to draw the line.
    See Also