as_cells property

as_cells property

Returns or sets the collection of chart cells. Read/write IChartCellCollection.

Remarks

Null value assigning is not allowed.

Definition:

@property
def as_cells(self):
    ...

@as_cells.setter
def as_cells(self, value):
    ...

See Also