Cells.Add

Add()

Add cell to collection.

public Cell Add()

Return Value

The new cell

See Also


Add(string, TextState)

Add cell to collection.

public Cell Add(string text, TextState ts)
ParameterTypeDescription
textStringThe text for cell.
tsTextStateThe text state.

Return Value

The new cell

See Also


Add(string)

Add cell to collection.

public Cell Add(string text)
ParameterTypeDescription
textStringThe text for cell.

Return Value

The new cell

See Also


Add(Cell)

Add cell to collection.

public void Add(Cell cell)
ParameterTypeDescription
cellCellThe cell to collection.

See Also