Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / DisplayFormat Class / CellType Property


In This Topic
    CellType Property (DisplayFormat)
    In This Topic
    Gets the cell type for cells in this DisplayFormat.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property CellType As ICellType
    'Usage
     
    
    Dim instance As DisplayFormat
    Dim value As ICellType
     
    value = instance.CellType
    public ICellType CellType {get;}

    Property Value

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