public class ChartDataWorksheet extends java.lang.Object implements IChartDataWorksheet
Represents worksheet associated with IChartDataCell
Modifier and Type | Method and Description |
---|---|
int |
getIndex()
Gets the index of the worksheet.
|
java.lang.String |
getName()
Returns the name of the worksheet.
|
com.aspose.slides.IDOMObject |
getParent_Immediate()
Returns Parent_Immediate object.
|
public final java.lang.String getName()
Returns the name of the worksheet.
Read-only String
.
getName
in interface IChartDataWorksheet
public final int getIndex()
Gets the index of the worksheet.
Read-only int
.
getIndex
in interface IChartDataWorksheet
public final com.aspose.slides.IDOMObject getParent_Immediate()
Returns Parent_Immediate object.
Read-only IDOMObject
.