Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / RowElement Class / RowElement Constructor


In This Topic
    RowElement Constructor
    In This Topic
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal index As Integer, _
       ByVal cells() As Object _
    )
    'Usage
     
    
    Dim index As Integer
    Dim cells() As Object
     
    Dim instance As New RowElement(index, cells)
    public RowElement( 
       int index,
       object[] cells
    )

    Parameters

    index
    cells
    See Also