Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / IExcelXml 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


In This Topic
    ExcelSetRowInfo Method (IExcelXml)
    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 _
    ) As Boolean
    'Usage
     
    
    Dim instance As IExcelXml
    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 value As Boolean
     
    value = instance.ExcelSetRowInfo(sheet, row, colFirstDef, colLastDefPlus1, styleIndex, height, hidden, outlineLevel, collapsed)

    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
    See Also