ExcelSetCellFormula Method (IOptimizedExcel2)
In This Topic
Syntax
'Declaration
Function ExcelSetCellFormula( _
ByVal As Short, _
ByVal As Integer, _
ByVal As Integer, _
ByVal As String, _
ByVal As Boolean, _
ByVal As UInteger, _
ByRef As Object, _
ByRef As Object _
) As Boolean
'Usage
Dim instance As IOptimizedExcel2
Dim sheet As Short
Dim row As Integer
Dim col As Integer
Dim formula As String
Dim shared As Boolean
Dim si As UInteger
Dim outExpression As Object
Dim outValue As Object
Dim value As Boolean
value = instance.ExcelSetCellFormula(sheet, row, col, formula, shared, si, outExpression, outValue)
bool ExcelSetCellFormula(
short ,
int ,
int ,
string ,
bool ,
uint ,
out object ,
out object
)
Parameters
- sheet
- row
- col
- formula
- shared
- si
- outExpression
- outValue
See Also