Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetSkin Class / GridLines Property


In This Topic
    GridLines Property
    In This Topic
    Gets which grid lines are displayed on the sheet.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property GridLines As GridLines
    'Usage
     
    
    Dim instance As SheetSkin
    Dim value As GridLines
     
    value = instance.GridLines
    public GridLines GridLines {get;}
    See Also