IModelPivotSettings Members
In This Article
#Properties
Name | Description |
---|---|
Add |
Specifies whether columns deleted via the IPivot |
Application |
Provides access to the Application Model‘s root node.
Inherited from IModel |
Chart |
Specifies whether chart series are created based on pivot table columns or rows.
Inherited from IPivot |
Chart |
Specifies settings of the chart accompanying the pivot table.
Inherited from IPivot |
Customization |
Indicates whether end-users can customize pivot table settings in Windows Forms applications, via the context menu’s Invoke Wizard and Clear Settings Actions.
Inherited from IPivot |
Index |
Specifies the order index by which nodes are arranged.
Inherited from IModel |
Layout |
Specifies layout settings.
Inherited from IPivot |
Node |
Gets the number of child nodes.
Inherited from IModel |
Parent |
Provides access to the parent node.
Inherited from IModel |
Remove |
Specifies whether columns defined via the IPivot |
Root |
For internal use only.
Inherited from IModel |
Settings |
Provides access to the settings of the pivot grid List Editor used by a List View, editable via the Pivot Grid Property Editor.
Inherited from IPivot |
Show |
Specifies whether the chart accompanying the pivot table is displayed.
Inherited from IPivot |
Show |
Specifies whether column grand totals are displayed in the chart accompanying the pivot table.
Inherited from IPivot |
Show |
Specifies whether column totals are displayed in the chart accompanying the pivot table.
Inherited from IPivot |
Show |
Specifies whether row grand totals are displayed in the chart accompanying the pivot table.
Inherited from IPivot |
Show |
Specifies whether row totals are displayed in the chart accompanying the pivot table.
Inherited from IPivot |
#Methods
Name | Description |
---|---|
Add |
Adds a new child node of a specific type.
Inherited from IModel |
Add |
Adds a new child node of a specific type with a specific identifier.
Inherited from IModel |
Clear |
Resets the node’s property value to the value specified in the previous Application Model layer.
Inherited from IModel |
Get |
Gets the child node with a specific index.
Inherited from IModel |
Get |
Gets the child node with a specific identifier.
Inherited from IModel |
Get |
Returns the value of the node’s specified property.
Inherited from IModel |
Has |
Indicates whether the node’s property has a value assigned.
Inherited from IModel |
Remove() |
Removes the current node.
Inherited from IModel |
Set |
Changes the value of the node’s specified property.
Inherited from IModel |
See Also