Nevron.Diagram Namespace / NTableCell Class / RowSpan Property


RowSpan Property
Syntax
'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
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also