API Reference
Class
LegacyXlsChartPivotViewReference
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
- Constructor LegacyXlsChartRecord.LegacyXlsChartRecord
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
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.