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.
 com.aspose.slides.IDOMObject getParent_Immediate()
           Returns Parent_Immediate object.
 
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. Read-only String.

Specified by:
getName in interface IChartDataWorksheet

getIndex

public int getIndex()

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

Specified by:
getIndex in interface IChartDataWorksheet

getParent_Immediate

public com.aspose.slides.IDOMObject getParent_Immediate()

Returns Parent_Immediate object. Read-only IDOMObject.



Copyright © Copyright 2004-2016 Aspose Pty Ltd. All Rights Reserved.