Skip to main content

Search OfficeIMO

Enter a topic, API type, or PowerShell command.

Documentation Search all OfficeIMO/

API Reference

Class

OdsDataPilotTable

Namespace OfficeIMO.OpenDocument
Assembly OfficeIMO.OpenDocument
Modifiers sealed

An ODF data pilot table. Imported settings outside the typed field subset remain in the source XML.

Inheritance

  • Object
  • OdsDataPilotTable

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

Methods

public OdsDataPilotField AddField(String sourceFieldName, String orientation, String function = null) #
Returns: OdsDataPilotField

Adds a source field to this table using an ODF orientation and optional aggregation function.

Parameters

sourceFieldName System.String requiredposition: 0
orientation System.String requiredposition: 1
function System.String = null optionalposition: 2

Properties

public String Name { get; } #

Gets the data pilot name.

public String SourceRangeAddress { get; } #

Gets the ODF source cell range, when the source is a local cell range.

public String TargetRangeAddress { get; } #

Gets the ODF target cell range.

public IReadOnlyList<OdsDataPilotField> Fields { get; } #

Gets the source fields in document order.

public Boolean HasAdvancedSettings { get; } #

Whether imported grouping, field references, member selection, or nonlocal sources exceed the simple conversion subset.