Spread WinForms 15
FarPoint.Excel Assembly / FarPoint.Excel Namespace / IOptimizedExcel2 Interface / ExcelSetRowInfo Method


In This Topic
ExcelSetRowInfo Method (IOptimizedExcel2)
In This Topic
Syntax
'Declaration
 
Function ExcelSetRowInfo( _
   ByVal sheet As Short, _
   ByVal row As Integer, _
   ByVal colFirstDef As Integer, _
   ByVal colLastDefPlus1 As Integer, _
   ByVal styleIndex As Integer, _
   ByVal height As Double, _
   ByVal hidden As Boolean, _
   ByVal outlineLevel As Byte, _
   ByVal collapsed As Boolean, _
   ByRef rowInfo 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)

Parameters

sheet
row
colFirstDef
colLastDefPlus1
styleIndex
height
hidden
outlineLevel
collapsed
rowInfo
See Also