Spread WinForms 15
FarPoint.Excel Assembly / FarPoint.Excel Namespace / IExportExcelCellInfo Interface / CellFormula Property


In This Topic
CellFormula Property
In This Topic
Gets the formula of cell.
Syntax
'Declaration
 
ReadOnly Property CellFormula As Object
 
'Usage
 
Dim instance As IExportExcelCellInfo
Dim value As Object
 
value = instance.CellFormula
See Also