Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / GridLines Enumeration


GridLines Enumeration
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
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