[]
Represents a cell in the Grid.
public sealed class GridCell : ReportComponent, IReportComponent, IComponent, IDisposable
Name | Description |
---|---|
GridCell() |
Name | Description |
---|---|
ColSpan | Gets or sets a number of columns the cell spans. |
ColumnIndex | Gets or sets an index of the column the cell is in. |
ReportItemName | Gets or sets a name of the report item contained in the cell. |
RowIndex | Gets or sets an index of the row the cell is in. |
RowSpan | Gets or sets a number of rows the cell spans. |