IChartDataWorksheet

public interface IChartDataWorksheet

Represents worksheet associated with IChartDataCell

Methods

MethodDescription
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