ClassInsertTableCommandParameter
Class
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:
cs-api-definition
public class InsertTableCommandParameter
Inheritance: objectInsertTableCommandParameter
Constructors
InsertTableCommandParameter()
Declaration
cs-api-definition
public InsertTableCommandParameter()
Properties
CoumnsCount
Gets or sets the number of columns in the table to be inserted.
Declaration
cs-api-definition
[SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", MessageId = "Coumns")]
public int CoumnsCount { get; set; }
Property Value
The number of columns. This value determines how many columns the inserted table will have.
InsertParagraphBeforeTable
Inserts a new paragraph before the table in the document.
Declaration
cs-api-definition
public bool InsertParagraphBeforeTable { get; set; }
Property Value