Class InsertTableCommandParameter
Inheritance
System.Object
InsertTableCommandParameter
Namespace: Telerik.Windows.Documents.RichTextBoxCommands
Assembly: Telerik.Windows.Documents.dll
Syntax
public class InsertTableCommandParameter : Object
Constructors
InsertTableCommandParameter()
Declaration
public InsertTableCommandParameter()
InsertTableCommandParameter(Int32, Int32)
Declaration
public InsertTableCommandParameter(int rowsCount, int columnsCount)
Parameters
System.Int32
rowsCount
|
System.Int32
columnsCount
|
InsertTableCommandParameter(Int32, Int32, Boolean)
Declaration
public InsertTableCommandParameter(int rowsCount, int columnsCount, bool insertParagraphBeforeTable)
Parameters
System.Int32
rowsCount
|
System.Int32
columnsCount
|
System.Boolean
insertParagraphBeforeTable
|
Properties
CoumnsCount
Declaration
public int CoumnsCount { get; set; }
Property Value
System.Int32
|
InsertParagraphBeforeTable
Declaration
public bool InsertParagraphBeforeTable { get; set; }
Property Value
System.Boolean
|
RowsCount
Declaration
public int RowsCount { get; set; }
Property Value
System.Int32
|