ChartDataWorksheet

Inheritance: java.lang.Object, com.aspose.slides.DomObject

All Implemented Interfaces: com.aspose.slides.IChartDataWorksheet

public class ChartDataWorksheet extends DomObject<ChartDataWorksheetCollection> implements IChartDataWorksheet

Represents worksheet associated with IChartDataCell

Methods

MethodDescription
getName()Returns the name of the worksheet.
getIndex()Gets the index of the worksheet.

getName()

public final String getName()

Returns the name of the worksheet. Read-only String.

Returns: java.lang.String

getIndex()

public final int getIndex()

Gets the index of the worksheet. Read-only int.

Returns: int