com.aspose.slides
Interface IChartCellCollection
- All Superinterfaces:
- com.aspose.ms.System.Collections.IEnumerable<IChartDataCell>, com.aspose.ms.System.Collections.Generic.IGenericEnumerable<IChartDataCell>, java.lang.Iterable<IChartDataCell>
- All Known Implementing Classes:
- ChartCellCollection
public interface IChartCellCollection
- extends com.aspose.ms.System.Collections.Generic.IGenericEnumerable<IChartDataCell>
Represents collection of a cells with data.
Methods inherited from interface com.aspose.ms.System.Collections.Generic.IGenericEnumerable |
iterator |
getCellsAddress
java.lang.String getCellsAddress()
getConcatenatedValuesFromCells
java.lang.String getConcatenatedValuesFromCells()
get_Item
IChartDataCell get_Item(int index)
add
void add(IChartDataCell chartDataCell)
add
void add(java.lang.Object value)
removeAt
void removeAt(int index)
getCount
int getCount()