ClassTableGrid
Class
Class keeping information about the rows and columns in a table.
Definition
Namespace:Telerik.Windows.Documents.Model
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
cs-api-definition
public class TableGrid
Inheritance: objectTableGrid
Constructors
TableGrid()
Initializes a new instance of the TableGrid class.
Declaration
cs-api-definition
public TableGrid()
Properties
Columns
Represents a collection of table grid columns in the Telerik document model.
Declaration
cs-api-definition
public TableGridColumnCollection Columns { get; set; }
Property Value