Click or drag to resize

CellRanges Add Method (CellRange)

Add new cell to the collection.

Namespace: Spire.Presentation.Collections
Assembly: Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public int Add(
	CellRange cellRange
)

Parameters

cellRange
Type: Spire.Presentation.Charts CellRange
New cell to add.

Return Value

Type: Int32
Index of a new added CellRange .
See Also