ExcelSetRowInfo Method (IOptimizedExcel2)
In This Topic
Syntax
'Declaration
Function ExcelSetRowInfo( _
ByVal As Short, _
ByVal As Integer, _
ByVal As Integer, _
ByVal As Integer, _
ByVal As Integer, _
ByVal As Double, _
ByVal As Boolean, _
ByVal As Byte, _
ByVal As Boolean, _
ByRef As Object _
) As Boolean
'Usage
Dim instance As IOptimizedExcel2
Dim sheet As Short
Dim row As Integer
Dim colFirstDef As Integer
Dim colLastDefPlus1 As Integer
Dim styleIndex As Integer
Dim height As Double
Dim hidden As Boolean
Dim outlineLevel As Byte
Dim collapsed As Boolean
Dim rowInfo As Object
Dim value As Boolean
value = instance.ExcelSetRowInfo(sheet, row, colFirstDef, colLastDefPlus1, styleIndex, height, hidden, outlineLevel, collapsed, rowInfo)
bool ExcelSetRowInfo(
short ,
int ,
int ,
int ,
int ,
double ,
bool ,
byte ,
bool ,
out object
)
Parameters
- sheet
- row
- colFirstDef
- colLastDefPlus1
- styleIndex
- height
- hidden
- outlineLevel
- collapsed
- rowInfo
See Also