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