ChartCategoryCollection Append Method |
| Name | Description | |
|---|---|---|
|
|
Append(Object) |
Creates new
ChartCategory
from value and adds it to the collection.
|
|
|
Append(Single) |
Append a numberic value.
|
|
|
Append(String) |
Append a string value.
|
|
|
Append(CellRange) |
Creates new chart category from
CellRange
and adds it to the collection.
|