Boolean Table.IsStrictSizing { get; set; }

Whether column add/create/import/refresh operations cannot grow the number of rows. will always be `true` when is `true`. When is `true`, any operation that would change the table row count will fail. This includes operations such as creating and adding a column, importing columns.

Remarks

Note: when the table is empty it has no row count, thus the first column creation operation will define the row count to be enforced by .