ExcelSetRowInfo Method (IOptimizedExcel3)
In This Topic
Syntax
'Declaration
Function ExcelSetRowInfo( _
ByVal As Object, _
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 IOptimizedExcel3
Dim sheetView As Object
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(sheetView, row, colFirstDef, colLastDefPlus1, styleIndex, height, hidden, outlineLevel, collapsed, rowInfo)
bool ExcelSetRowInfo(
object ,
int ,
int ,
int ,
int ,
double ,
bool ,
byte ,
bool ,
out object
)
Parameters
- sheetView
- row
- colFirstDef
- colLastDefPlus1
- styleIndex
- height
- hidden
- outlineLevel
- collapsed
- rowInfo
See Also