Spread WinForms 15
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)

Parameters

index
cells
See Also