ChartWidgetContentIncludedColumnIds Property | |
Array of columnIds if the range was selected through the UI
Namespace:
Smartsheet.Api.Models
Assemblies:
smartsheet-csharp-sdk (in smartsheet-csharp-sdk.dll) Version: 2.126.0
smartsheet-csharp-sdk (in smartsheet-csharp-sdk.dll) Version: 2.126.0
Syntax public IList<long> IncludedColumnIds { get; set; }
Public Property IncludedColumnIds As IList(Of Long)
Get
Set
public:
property IList<long long>^ IncludedColumnIds {
IList<long long>^ get ();
void set (IList<long long>^ value);
}
member IncludedColumnIds : IList<int64> with get, set
Return Value
Type:
IListInt64the list of included column ids
See Also