Click or drag to resize

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; }

Return Value

Type: IListInt64
the list of included column ids
See Also