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
)
Public Function Add (
cellRange As CellRange
) As Integer
public:
int Add(
CellRange^ cellRange
)
member Add :
cellRange : CellRange -> int
Parameters
-
cellRange
-
Type:
Spire.Presentation.Charts
CellRange
New cell to add.
Return Value
Type:
Int32
Index of a new added
CellRange
.
See Also