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

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