Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / IOptimizedExcel2 Interface / ExcelGetRowFormula Method


In This Topic
    ExcelGetRowFormula Method
    In This Topic
    Syntax
    'Declaration
     
    
    Function ExcelGetRowFormula( _
       ByVal sheetView As Object, _
       ByVal rowIndex As Integer _
    ) As Object()
    'Usage
     
    
    Dim instance As IOptimizedExcel2
    Dim sheetView As Object
    Dim rowIndex As Integer
    Dim value() As Object
     
    value = instance.ExcelGetRowFormula(sheetView, rowIndex)
    object[] ExcelGetRowFormula( 
       object sheetView,
       int rowIndex
    )

    Parameters

    sheetView
    rowIndex
    See Also