Spread WPF 17
GrapeCity.Excel Namespace / ExcelCell Class / CellType Property


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

    Property Value

    The type of the cell.
    See Also