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


In This Topic
    GridLineType Enumeration
    In This Topic
    Specifies the type of grid lines.
    Syntax
    'Declaration
     
    
    Public Enum GridLineType 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As GridLineType
    public enum GridLineType : System.Enum 
    Members
    MemberDescription
    FlatDisplays grid lines on the sheet as flat, no contour
    LoweredDisplays grid lines on the sheet to appear as lowered contour
    NoneDisplays no grid lines on the sheet
    RaisedDisplays grid lines on the sheet to appear as raised contour
    Inheritance Hierarchy

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

    See Also