IReadOnlyList<IDataSeries> Table.Columns { get; set; }

Explicitly get or set the columns of the data table.

Remarks

When setting, this will NOT assign values to the columns in the table; rather, the table columns will be dropped and replaced by the incoming columns. When is `true`, this will emit that are likewise read-only.