IChartDataWorksheet
public interface IChartDataWorksheet
Represents worksheet associated with IChartDataCell
Methods
| Method | Description |
|---|---|
| getName() | Gets the name. |
| getIndex() | Gets the index. |
getName()
public abstract String getName()
Gets the name. Read-only String.
Returns: java.lang.String
getIndex()
public abstract int getIndex()
Gets the index. Read-only int.
Returns: int