Row(Int32, IEnumerable<Cell>) Constructor
Public Sub New( _
ByVal rowNumber As Integer, _
ByVal cells As IEnumerable(Of Cell) _
)
This language is not supported or no code example is available.
public Row(
int rowNumber,
IEnumerable<Cell> cells
)
This language is not supported or no code example is available.
public:
Row(
int rowNumber,
IEnumerable<Cell^>^ cells
)
This language is not supported or no code example is available.
Parameters
- rowNumber
- int
Row number starting with 1
- cells
- IEnumerable<Cell>
Cells on this row