API Reference

Class

LegacyXlsChartPivotViewReference

Namespace OfficeIMO.Excel.LegacyXls.Model
Assembly OfficeIMO.Excel
Modifiers sealed

Describes an SBaseRef PivotTable-view range referenced by a chart.

Inheritance

  • Object
  • LegacyXlsChartPivotViewReference

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Returned or exposed by

Accepted by parameters

Properties

public Int32 FirstRow { get; } #

Gets the one-based first row of the referenced PivotTable view.

public Int32 FirstColumn { get; } #

Gets the one-based first column of the referenced PivotTable view.

public Int32 LastRow { get; } #

Gets the one-based last row of the referenced PivotTable view.

public Int32 LastColumn { get; } #

Gets the one-based last column of the referenced PivotTable view.

public String Reference { get; } #

Gets the referenced PivotTable-view range in A1 notation.