com.aspose.slides
Class ChartDataWorksheet

java.lang.Object
  extended by com.aspose.slides.ChartDataWorksheet
All Implemented Interfaces:
IChartDataWorksheet

public class ChartDataWorksheet
extends java.lang.Object
implements IChartDataWorksheet

Represents worksheet associated with IChartDataCell


Method Summary
 int getIndex()
           Gets the index of the worksheet
 java.lang.String getName()
           Returns the name of the worksheet
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getName

public java.lang.String getName()

Returns the name of the worksheet

Specified by:
getName in interface IChartDataWorksheet

getIndex

public int getIndex()

Gets the index of the worksheet

Specified by:
getIndex in interface IChartDataWorksheet