IsStrictSizing

Whether column add/create/import/refresh operations cannot grow the number of rows.

(See Ansys.ACT.Automation.Mechanical.Table.IsStrictSizing) will always be `true` when (See Ansys.ACT.Automation.Mechanical.Table.IsReadOnly) is `true`.

When (See Ansys.ACT.Automation.Mechanical.Table.IsStrictSizing) 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.

Declaration Syntax

public bool IsStrictSizing { set;get; }