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


RowCol Enumeration
Specifies the dimension(s) will be affected by the action.
Syntax
'Declaration
 
Public Enum RowCol 
   Inherits System.Enum
 
'Usage
 
Dim instance As RowCol
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