Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / AxisProperty Enumeration


In This Topic
    AxisProperty Enumeration
    In This Topic
    Properties of axis
    Syntax
    'Declaration
     
    
    Public Enum AxisProperty 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As AxisProperty
    public enum AxisProperty : System.Enum 
    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