Click or drag to resize

ChartCategoryCollection Append Method

Overload List
Name Description
Public method Append(Object)
Creates new ChartCategory from value and adds it to the collection.
Public method Append(Single)
Append a numberic value.
Public method Append(String)
Append a string value.
Public method Append(CellRange)
Creates new chart category from CellRange and adds it to the collection.
Top
See Also