Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / IExcelBiffRead5 Interface / ExcelSetCellFormula Method


In This Topic
    ExcelSetCellFormula Method (IExcelBiffRead5)
    In This Topic
    FORMULA - Excel Biff Record Sets the formula for the specified location and options.
    Syntax
    'Declaration
     
    
    Function ExcelSetCellFormula( _
       ByVal sheet As Short, _
       ByVal row As Integer, _
       ByVal col As Integer, _
       ByVal formula As String _
    ) As Boolean
    'Usage
     
    
    Dim instance As IExcelBiffRead5
    Dim sheet As Short
    Dim row As Integer
    Dim col As Integer
    Dim formula As String
    Dim value As Boolean
     
    value = instance.ExcelSetCellFormula(sheet, row, col, formula)
    bool ExcelSetCellFormula( 
       short sheet,
       int row,
       int col,
       string formula
    )

    Parameters

    sheet
    row
    col
    formula
    See Also