FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / GridLineType Enumeration


GridLineType Enumeration
Specifies the type of grid lines.
Syntax
'Declaration
 
Public Enum GridLineType 
   Inherits System.Enum
 
'Usage
 
Dim instance As GridLineType
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