Spread WinForms 15
FarPoint.Excel Assembly / FarPoint.Excel Namespace / IExcelXml4 Interface / ExcelSetRowInfo Method
Sheet index
Row index
Index of column first definition
Index of column first definition plus one
Style index
Height
Whether row is hidden
Outline level
Whether collapsed
Whether the row height is calculated automatically. false indicates that row height will be calculated automatically.


In This Topic
ExcelSetRowInfo Method (IExcelXml4)
In This Topic
Sets the Excel XML row information.
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, _
   ByVal customHeight As Boolean _
) As Boolean
 
'Usage
 
Dim instance As IExcelXml4
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 customHeight As Boolean
Dim value As Boolean
 
value = instance.ExcelSetRowInfo(sheet, row, colFirstDef, colLastDefPlus1, styleIndex, height, hidden, outlineLevel, collapsed, customHeight)

Parameters

sheet
Sheet index
row
Row index
colFirstDef
Index of column first definition
colLastDefPlus1
Index of column first definition plus one
styleIndex
Style index
height
Height
hidden
Whether row is hidden
outlineLevel
Outline level
collapsed
Whether collapsed
customHeight
Whether the row height is calculated automatically. false indicates that row height will be calculated automatically.
See Also