'Declaration
<System.ComponentModel.CategoryAttribute("Appearance")> <System.ComponentModel.DescriptionAttribute("Determines the way the column is sized.")> <System.ComponentModel.DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)> <System.Xml.Serialization.XmlAttributeAttribute()> Public Property SizeMode As TableColumnSizeMode
'Usage
Dim instance As NTableColumn Dim value As TableColumnSizeMode instance.SizeMode = value value = instance.SizeMode
[System.ComponentModel.Category("Appearance")] [System.ComponentModel.Description("Determines the way the column is sized.")] [System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)] [System.Xml.Serialization.XmlAttribute()] public TableColumnSizeMode SizeMode {get; set;}