Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / TableColumn Structure / CellType Property


In This Topic
    CellType Property (TableColumn)
    In This Topic
    Gets the table column cell type.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property CellType As ICellType
    'Usage
     
    
    Dim instance As TableColumn
    Dim value As ICellType
     
    value = instance.CellType
    public ICellType CellType {get;}

    Property Value

    An ICellType object represents the table column cell type.
    See Also