IMultipleCellChartValue

All Implemented Interfaces: com.aspose.slides.IBaseChartValue

public interface IMultipleCellChartValue extends IBaseChartValue

Represents a collection of a chart cells.

Methods

MethodDescription
getAsCells()Returns or sets the collection of chart cells.
setAsCells(IChartCellCollection value)Returns or sets the collection of chart cells.

getAsCells()

public abstract IChartCellCollection getAsCells()

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


Null value assigning is not allowed.

Returns: IChartCellCollection

setAsCells(IChartCellCollection value)

public abstract void setAsCells(IChartCellCollection value)

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


Null value assigning is not allowed.

Parameters:

ParameterTypeDescription
valueIChartCellCollection