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.


Method Summary
 void add(IChartDataCell chartDataCell)
           
 void add(java.lang.Object value)
           
 IChartDataCell get_Item(int index)
           
 java.lang.String getCellsAddress()
           
 java.lang.String getConcatenatedValuesFromCells()
           
 int getCount()
           
 void removeAt(int index)
           
 
Methods inherited from interface com.aspose.ms.System.Collections.Generic.IGenericEnumerable
iterator
 

Method Detail

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()