[]
        
(Showing Draft Content)

C1.Framework.GridCell

GridCell Class

This class is an accessor for getting and setting elements at intersections of grid rows and columns. The actual elements are stored in the rows.

Inheritance
GridCell
Namespace: C1.Framework
Assembly: C1.Win.4.8.dll
Syntax
public class GridCell

Constructors

Name Description
GridCell(GridPanel, int, int)

Initializes a new instance of the GridCell object.

GridCell(GridRow, int)

Initializes a new instance of the GridCell object.

Properties

Name Description
ColSpan

Gets or sets a value that indicates the total number of columns that cell spans within a grid.

Element

Gets or sets the Element displayed in this grid cell.

RowSpan

Gets or sets a value that indicates the total number of rows that cell spans within a grid.