In This Topic
Gets or sets a boolean value indicating whether to enable the auto extend table rows or columns after editing a cell.
Syntax
'Declaration
Property AutoExpandTable As Boolean
'Usage
Dim instance As IFeatures
Dim value As Boolean
instance.AutoExpandTable = value
value = instance.AutoExpandTable
bool AutoExpandTable {get; set;}
See Also