Class
InsertTableCommandParameter

Definition

Namespace:Telerik.WinForms.Documents.RichTextBoxCommands

Assembly:Telerik.WinControls.RichTextEditor.dll

Syntax:

cs-api-definition
public class InsertTableCommandParameter

Inheritance: objectInsertTableCommandParameter

Constructors

InsertTableCommandParameter()

Declaration

cs-api-definition
public InsertTableCommandParameter()

InsertTableCommandParameter(int, int)

Declaration

cs-api-definition
public InsertTableCommandParameter(int rowsCount, int columnsCount)

Parameters

rowsCount

int

columnsCount

int

InsertTableCommandParameter(int, int, bool)

Declaration

cs-api-definition
public InsertTableCommandParameter(int rowsCount, int columnsCount, bool insertParagraphBeforeTable)

Parameters

rowsCount

int

columnsCount

int

insertParagraphBeforeTable

bool

Properties

CoumnsCount

Declaration

cs-api-definition
public int CoumnsCount { get; set; }

Property Value

int

InsertParagraphBeforeTable

Declaration

cs-api-definition
public bool InsertParagraphBeforeTable { get; set; }

Property Value

bool

RowsCount

Declaration

cs-api-definition
public int RowsCount { get; set; }

Property Value

int