[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.GridCell

GridCell Class

Represents a cell in the Grid.

Namespace: GrapeCity.ActiveReports.PageReportModel
Assembly: MESCIUS.ActiveReports.Core.Rdl.dll
Syntax
public sealed class GridCell : ReportComponent, IReportComponent, IComponent, IDisposable

Constructors

Name Description
GridCell()

Properties

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.

Extension Methods