UseCell

ChartCategory.UseCell property

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 Boolean.

public bool UseCell { get; }

Remarks

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

See Also