public class ChartDataWorksheet extends DomObject<ChartDataWorksheetCollection> 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.
|
getParent_Immediate
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
Copyright © 2004-2022 Aspose Pty Ltd. All Rights Reserved.