Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / GridLines Enumeration


In This Topic
    GridLines Enumeration
    In This Topic
    Specifies whether horizontal or vertical grid lines or both are displayed on the sheet.
    Syntax
    'Declaration
     
    
    Public Enum GridLines 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As GridLines
    public enum GridLines : System.Enum 
    Members
    MemberDescription
    BothDisplays both horizontal and vertical grid lines on the sheet
    HorizontalDisplays horizontal grid lines on the sheet
    NoneDoes not display grid lines on the sheet
    VerticalDisplays vertical grid lines on the sheet
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             FarPoint.Win.Spread.GridLines

    See Also