Nevron .NET Vision
Nevron.Diagram Namespace / NTableCell Class / RowSpan Property


In This Topic
    RowSpan Property
    In This Topic
    The number of rows that this cell occupies.
    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
    [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;}
    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