Editor for WinForms | ComponentOne
C1.Win.C1Editor.4.8 Assembly / C1.Win.C1Editor.UICustomization Namespace / XHTMLCellItem Class / ColSpan Property

In This Topic
    ColSpan Property (XHTMLCellItem)
    In This Topic
    Gets or sets the number of columns in the table that the cell spans.
    Syntax
    'Declaration
     
    Public Property ColSpan As System.Integer
    public System.int ColSpan {get; set;}
    See Also