Boolean
IDataTable
.IsFixedColumnCount { get; }
Get whether additional columns can be added or removed from the contained
.
Remarks
This MUST be `true` if
is `true`.
Examples