Represents the parameters used for the Insert Table command in the RichTextBox.
Definition
Namespace:Telerik.Windows.Documents.RichTextBoxCommands
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
C#
public class InsertTableCommandParameter
Inheritance: objectInsertTableCommandParameter
Constructors
C#
public InsertTableCommandParameter()
Properties
Gets or sets the number of columns in the table to be inserted.
C#
public int CoumnsCount { get; set; }
The number of columns. This value determines how many columns the inserted table will have.
Inserts a new paragraph before the table in the document.
C#
public bool InsertParagraphBeforeTable { get; set; }