Spread WinForms 15
FarPoint.Excel Assembly / FarPoint.Excel Namespace / IExcelXF Interface / CellType Property


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