Interface CfnDashboard.ITableStyleTargetProperty
The table style target.
Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface ITableStyleTargetProperty
Syntax (vb)
Public Interface ITableStyleTargetProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.QuickSight;
var tableStyleTargetProperty = new TableStyleTargetProperty {
CellType = "cellType"
};
Synopsis
Properties
Cell |
The cell type of the table style target. |
Properties
CellType
The cell type of the table style target.
string CellType { get; }
Property Value
System.