ExcelSetSharedFormula Method (IExcelBiffRead)
In This Topic
SHRFMLA - Excel Biff Record
Syntax
'Declaration
Function ExcelSetSharedFormula( _
ByVal As Integer, _
ByVal As Integer, _
ByVal As Integer, _
ByVal As Short, _
ByVal As Short, _
ByVal () As Byte, _
ByVal () As Byte _
) As Boolean
'Usage
Dim instance As IExcelBiffRead
Dim sheet As Integer
Dim rowFirst As Integer
Dim rowLast As Integer
Dim colFirst As Short
Dim colLast As Short
Dim formula() As Byte
Dim extra() As Byte
Dim value As Boolean
value = instance.ExcelSetSharedFormula(sheet, rowFirst, rowLast, colFirst, colLast, formula, extra)
bool ExcelSetSharedFormula(
int ,
int ,
int ,
short ,
short ,
byte[] ,
byte[]
)
Parameters
- sheet
- Sheet index
- rowFirst
- rowLast
- colFirst
- colLast
- formula
- extra
See Also