Width Property (ListColumnInfo)
Gets or sets a value that represents the
ListColumnInfo width.
public int Width {get; set;}
'Declaration
Public Property Width As Integer
'Usage
Dim instance As ListColumnInfo
Dim value As Integer
instance.Width = value
value = instance.Width
Property Value
An
System.Int32 value that represents the width of
ListColumnInfo.