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


In This Topic
    ColumnSpan Property
    In This Topic
    The number of columns that this cell occupies.
    Syntax
    '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;}
    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