Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / IExcelBiffWrite Interface / ExcelGetCellFormula Method
Sheet index
Row index
Column index
Formula


In This Topic
    ExcelGetCellFormula Method
    In This Topic
    Gets the cell formula for exporting to Excel BIFF file.
    Syntax
    'Declaration
     
    
    Function ExcelGetCellFormula( _
       ByVal sheet As Short, _
       ByVal row As Integer, _
       ByVal col As Integer, _
       ByVal formula As Object _
    ) As ArrayList
    'Usage
     
    
    Dim instance As IExcelBiffWrite
    Dim sheet As Short
    Dim row As Integer
    Dim col As Integer
    Dim formula As Object
    Dim value As ArrayList
     
    value = instance.ExcelGetCellFormula(sheet, row, col, formula)
    ArrayList ExcelGetCellFormula( 
       short sheet,
       int row,
       int col,
       object formula
    )

    Parameters

    sheet
    Sheet index
    row
    Row index
    col
    Column index
    formula
    Formula
    See Also