'Declaration
<System.ComponentModel.CategoryAttribute("Appearance")> <System.ComponentModel.DescriptionAttribute("The number of columns that this cell occupies.")> <System.ComponentModel.DefaultValueAttribute(1)> <System.Xml.Serialization.XmlAttributeAttribute()> Public Property ColumnSpan As System.Integer
'Usage
Dim instance As NTableCell Dim value As System.Integer instance.ColumnSpan = value value = instance.ColumnSpan
[System.ComponentModel.Category("Appearance")] [System.ComponentModel.Description("The number of columns that this cell occupies.")] [System.ComponentModel.DefaultValue(1)] [System.Xml.Serialization.XmlAttribute()] public System.int ColumnSpan {get; set;}