get_UseCell()

ChartCategory::get_UseCell() method

If true then AsCell property is actual. In other words, worksheet is used for storing category (this case supports a multi-level category). If false then AsLiteral property is actual. In other words, worksheet is NOT used for storing category (and this case doesn’t support a multi-level categories). Read-only bool.

bool Aspose::Slides::Charts::ChartCategory::get_UseCell() override

Remarks

For change value of this property (for all categories in collection) set new value to ChartCategoryCollection::get(set)_UseCells property.

See Also