Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / IExcelBiffRead Interface / ExcelGetSharedFormula Method


In This Topic
    ExcelGetSharedFormula Method (IExcelBiffRead)
    In This Topic
    Called from BiffRead to query the Shared Formula list maintained in the implementation of this interface
    Syntax
    'Declaration
     
    
    Function ExcelGetSharedFormula( _
       ByVal row As Integer, _
       ByVal col As Integer _
    ) As ArrayList
    'Usage
     
    
    Dim instance As IExcelBiffRead
    Dim row As Integer
    Dim col As Integer
    Dim value As ArrayList
     
    value = instance.ExcelGetSharedFormula(row, col)
    ArrayList ExcelGetSharedFormula( 
       int row,
       int col
    )

    Parameters

    row
    col
    See Also