RichTextBox for WPF | ComponentOne
C1.WPF.RichTextBox.Documents Namespace / C1TableCell Class / ColumnSpan Property

In This Topic
    ColumnSpan Property (C1TableCell)
    In This Topic
    Gets or sets the number of columns that the C1TableCell should span.
    Syntax
    'Declaration
     
    
    Public Property ColumnSpan As Integer
    public int ColumnSpan {get; set;}
    See Also