Spread WinForms 15
FarPoint.Excel Assembly / FarPoint.Excel Namespace / IOptimizedExcel2 Interface / SetRowFormula Method


In This Topic
SetRowFormula Method
In This Topic
Syntax
'Declaration
 
Sub SetRowFormula( _
   ByVal sheetView As Object, _
   ByVal row As Integer, _
   ByVal formulas() As Object _
) 
 
'Usage
 
Dim instance As IOptimizedExcel2
Dim sheetView As Object
Dim row As Integer
Dim formulas() As Object
 
instance.SetRowFormula(sheetView, row, formulas)

Parameters

sheetView
row
formulas
See Also