'Declaration
<System.ComponentModel.CategoryAttribute("Appearance")> <System.ComponentModel.DescriptionAttribute("Determines the width of the column. Valid only when SizeMode is set to Fixed.")> <System.ComponentModel.DefaultValueAttribute(20)> <System.Xml.Serialization.XmlAttributeAttribute()> Public Property Width As System.Single
'Usage
Dim instance As NTableColumn Dim value As System.Single instance.Width = value value = instance.Width
[System.ComponentModel.Category("Appearance")] [System.ComponentModel.Description("Determines the width of the column. Valid only when SizeMode is set to Fixed.")] [System.ComponentModel.DefaultValue(20)] [System.Xml.Serialization.XmlAttribute()] public System.float Width {get; set;}