RichTextBox for WPF | ComponentOne
C1.WPF.RichTextBox Namespace / C1InsertTableGridPanel Class / MinColumns Property

In This Topic
    MinColumns Property (C1InsertTableGridPanel)
    In This Topic
    Gets or sets the minimum number of columns in the grid.
    Syntax
    'Declaration
     
    
    Public Property MinColumns As Integer
    public int MinColumns {get; set;}
    See Also