GroupColumnPivotTableDimension Property |
|
DataPA OpenAnalytics API Reference
Gets and sets a value that indicates whether this column is plotted as a row or column in a pivot table.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public GroupColumnPivotTableDimensionType PivotTableDimension { get; set; }
Public Property PivotTableDimension As GroupColumnPivotTableDimensionType
Get
Set
public:
virtual property GroupColumnPivotTableDimensionType PivotTableDimension {
GroupColumnPivotTableDimensionType get () sealed;
void set (GroupColumnPivotTableDimensionType value) sealed;
}
function get_PivotTableDimension();
function set_PivotTableDimension(value);
Property Value
Type:
GroupColumnPivotTableDimensionTypeA value that indicates whether this column is plotted as a row or column in a pivot table.
Return Value
Type:
GroupColumnPivotTableDimensionTypeA value that indicates whether this column is plotted as a row or column in a pivot table.
Remarks See Also