Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / NumberFormat Structure / CellType Property


In This Topic
    CellType Property (NumberFormat)
    In This Topic
    Gets the cell type of this number format.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property CellType As ICellType
    'Usage
     
    
    Dim instance As NumberFormat
    Dim value As ICellType
     
    value = instance.CellType
    public ICellType CellType {get;}

    Property Value

    An ICellType object represents the cell type of this number format.
    See Also