as_cells property

as_cells property

Null value assigning is not allowed. Returning value always is not null. Read/write IChartCellCollection.

Definition:

@property
def as_cells(self):
    ...

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

See Also