Spread WPF 17
GrapeCity.Excel Namespace / IExcelCell Interface / CellType Property


In This Topic
    CellType Property (IExcelCell)
    In This Topic
    Gets or sets the type of the cell.
    Syntax
    'Declaration
     
    Property CellType As CellType
    'Usage
     
    Dim instance As IExcelCell
    Dim value As CellType
     
    instance.CellType = value
     
    value = instance.CellType
    CellType CellType {get; set;}

    Property Value

    The type of the cell.
    See Also