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