Spread Windows Forms 15.0
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
    object CellFormula {get;}
    See Also