Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / RowCol Enumeration


In This Topic
    RowCol Enumeration
    In This Topic
    Specifies the dimension(s) will be affected by the action.
    Syntax
    'Declaration
     
    
    Public Enum RowCol 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As RowCol
    public enum RowCol : System.Enum 
    Members
    MemberDescription
    BothAffects to both of rows and columns.
    ColumnsAffects to columns.
    NoneDoes nothing.
    RowsAffects to rows.
    Inheritance Hierarchy

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

    See Also