Spread Windows Forms 13.0 Product Documentation
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / NumberFormat Structure / CellType Property


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