CellRanges
Add Method (Object)
|
Creates
CellRange
from specified value and adds it 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(
Object value
)
Public Function Add (
value As Object
) As Integer
public:
int Add(
Object^ value
)
member Add :
value : Object -> int
Parameters
-
value
-
Type:
System
Object
The value.
Return Value
Type:
Int32
Index of a new added
CellRange
.
See Also