Spread WinForms 15
FarPoint.Excel Assembly / FarPoint.Excel Namespace / ExcelXFormat Class / CellType Property


In This Topic
CellType Property (ExcelXFormat)
In This Topic
CellType
Syntax
'Declaration
 
Public Overridable Property CellType As FormatType
 
'Usage
 
Dim instance As ExcelXFormat
Dim value As FormatType
 
instance.CellType = value
 
value = instance.CellType
See Also