Class TableGrid
Class keeping information about the rows and columns in a table.
Inheritance
System.Object
TableGrid
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.Model
Assembly: Telerik.WinControls.RichTextEditor.dll
Syntax
public class TableGrid
Constructors
TableGrid()
Properties
Columns
Declaration
public TableGridColumnCollection Columns { get; set; }
Property Value
TableGridColumnCollection
|