Interface CfnDashboard.IPivotTableTotalOptionsProperty
The total options for a pivot table visual.
Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IPivotTableTotalOptionsProperty
Syntax (vb)
Public Interface IPivotTableTotalOptionsProperty
Remarks
ExampleMetadata: fixture=_generated
Synopsis
Properties
Column |
The column subtotal options. |
Column |
The column total options. |
Row |
The row subtotal options. |
Row |
The row total options. |
Properties
ColumnSubtotalOptions
The column subtotal options.
virtual object ColumnSubtotalOptions { get; }
Property Value
System.
Remarks
ColumnTotalOptions
The column total options.
virtual object ColumnTotalOptions { get; }
Property Value
System.
Remarks
RowSubtotalOptions
The row subtotal options.
virtual object RowSubtotalOptions { get; }
Property Value
System.
Remarks
RowTotalOptions
The row total options.
virtual object RowTotalOptions { get; }
Property Value
System.