Spread Windows Forms 13.0 Product Documentation
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / CellRangeType Enumeration


In This Topic
    CellRangeType Enumeration
    In This Topic
    Represents the CellRange type.
    Syntax
    'Declaration
     
    Public Enum CellRangeType 
       Inherits System.Enum
    'Usage
     
    Dim instance As CellRangeType
    public enum CellRangeType : System.Enum 
    Members
    MemberDescription
    Cell Represents the cell CellType
    Column Represents the column CellType
    Row Represents the row CellType
    Sheet Represents the sheet CellType
    Inheritance Hierarchy

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

    See Also