Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IRange Interface / CellType Property


In This Topic
    CellType Property (IRange)
    In This Topic
    Gets or sets the cell type for cells in this IRange.
    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;}

    Property Value

    The cell type of for cells in this IRange.
    See Also