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