Spread Windows Forms 13.0 Product Documentation
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IRange Interface / CellType Property


In This Topic
    CellType Property (IRange)
    In This Topic
    Syntax
    'Declaration
     
    Property CellType As ICellType
    'Usage
     
    Dim instance As IRange
    Dim value As ICellType
     
    instance.CellType = value
     
    value = instance.CellType
    ICellType CellType {get; set;}
    See Also