ExcelSetRowInfo Method (IExcelBiffRead)
In This Topic
ExcelSetRowInfo - Excel Biff Record
Syntax
'Declaration
Function ExcelSetRowInfo( _
ByVal As Short, _
ByVal As Integer, _
ByVal As Integer, _
ByVal As Integer, _
ByVal As Short, _
ByVal As Integer, _
ByVal As Byte, _
ByVal As Boolean, _
ByVal As Boolean, _
ByVal As Boolean, _
ByVal As Boolean _
) As Boolean
'Usage
Dim instance As IExcelBiffRead
Dim sheet As Short
Dim row As Integer
Dim colFirstDef As Integer
Dim colLastDefPlus1 As Integer
Dim ixf As Short
Dim height As Integer
Dim outlineLevel As Byte
Dim collapsed As Boolean
Dim zeroHeight As Boolean
Dim unSynced As Boolean
Dim ghostDirty As Boolean
Dim value As Boolean
value = instance.ExcelSetRowInfo(sheet, row, colFirstDef, colLastDefPlus1, ixf, height, outlineLevel, collapsed, zeroHeight, unSynced, ghostDirty)
bool ExcelSetRowInfo(
short ,
int ,
int ,
int ,
short ,
int ,
byte ,
bool ,
bool ,
bool ,
bool
)
Parameters
- sheet
- Sheet index
- row
- colFirstDef
- colLastDefPlus1
- ixf
- height
- outlineLevel
- collapsed
- zeroHeight
- unSynced
- ghostDirty
See Also