Spread WinForms 15
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

Property Value

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