Autodesk Vault ProfessionalVault API

InitialWidth Property

Autodesk.DataManagement.Client.Framework.Vault.Forms.CurrencyColumnSettings

Gets or sets the initial width for this column. The column will have this width the first time it is displayed. The user can resize the column after the initial display.

Syntax

public System.int InitialWidth {get; set;}
Public Property InitialWidth As System.Integer

Remarks

A value of -1 indicates that there is not an initial width

See Also