Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / AxisProperty Enumeration


AxisProperty Enumeration
Properties of axis
Syntax
'Declaration
 
Public Enum AxisProperty 
   Inherits System.Enum
 
'Usage
 
Dim instance As AxisProperty
Members
MemberDescription
ColumnHiddenThe visibility of column
ColumnMergePolicyThe column merge policy
ColumnResizableThe resizable ability of column
ColumnWidthThe width of column
RowHeightThe height of row
RowHiddenThe visibility of row
RowMergePolicyThe column merge policy
RowResizableThe resizable ability of row
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.Spreadsheet.AxisProperty

See Also