Class InsertTableCommandParameter
Inheritance
System.Object
    InsertTableCommandParameter
  Inherited Members
      System.Object.ToString()
    
    
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
  Namespace: Telerik.WinForms.Documents.RichTextBoxCommands
Assembly: Telerik.WinControls.RichTextEditor.dll
Syntax
public class InsertTableCommandParameter
  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
         
  |