Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / GridLine Class / Type Property


In This Topic
    Type Property (GridLine)
    In This Topic
    Gets whether to display the grid lines and the type of grid lines to display.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Type As GridLineType
    'Usage
     
    
    Dim instance As GridLine
    Dim value As GridLineType
     
    value = instance.Type
    public GridLineType Type {get;}
    See Also