Class TableGrid
Class keeping information about the rows and columns in a table.
Inheritance
System.Object
TableGrid
Namespace: Telerik.Windows.Documents.Model
Assembly: Telerik.Windows.Documents.dll
Syntax
public class TableGrid : Object
Constructors
TableGrid()
Properties
Columns
Declaration
public TableGridColumnCollection Columns { get; set; }
Property Value
TableGridColumnCollection
|