Rows.Add

Add()

Add row to collection.

public Row Add()

Return Value

The new row

See Also


Add(Row)

Add row to cellection.

public void Add(Row row)
ParameterTypeDescription
rowRowThe new row.

See Also