Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / IOptimizedExcel4 Interface / ExcelSetRowInfo Method


In This Topic
    ExcelSetRowInfo Method (IOptimizedExcel4)
    In This Topic
    Syntax
    'Declaration
     
    
    Function ExcelSetRowInfo( _
       ByVal sheetView As Object, _
       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 IOptimizedExcel4
    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)

    Parameters

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