AutoWidth Property (TableColumn)
In This Topic
Gets or sets an auto grow behavior of the column when there are hidden columns are present.
Syntax
'Declaration
Public Property AutoWidth As AutoWidth
public AutoWidth AutoWidth {get; set;}
Property Value
An
AutoWidth value indicating the auto grow behavior of the column.
See Also