New to Telerik UI for WinFormsStart a free 30-day trial

Definition

Namespace:Telerik.WinForms.Documents.RichTextBoxCommands

Assembly:Telerik.WinControls.RichTextEditor.dll

Syntax:

C#
public class InsertTableCommandParameter

Inheritance: objectInsertTableCommandParameter

Constructors

C#
public InsertTableCommandParameter()
C#
public InsertTableCommandParameter(int rowsCount, int columnsCount, bool insertParagraphBeforeTable)
Parameters:rowsCountintcolumnsCountintinsertParagraphBeforeTablebool
C#
public InsertTableCommandParameter(int rowsCount, int columnsCount)
Parameters:rowsCountintcolumnsCountint

Properties

C#
public int CoumnsCount { get; set; }
C#
public bool InsertParagraphBeforeTable { get; set; }
C#
public int RowsCount { get; set; }