ChartDataWorksheet

ChartDataWorksheet class

Represents worksheet associated with IChartDataCell

public class ChartDataWorksheet : DomObject<ChartDataWorksheetCollection>, IChartDataWorksheet

Properties

NameDescription
Index { get; }Gets the index of the worksheet. Read-only Int32.
Name { get; }Returns the name of the worksheet. Read-only String.

See Also