[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.MatrixRow.-ctor

MatrixRow Constructor

MatrixRow()

Initializes a new instance of the MatrixRow class.

Declaration
public MatrixRow()

MatrixRow(Length, IEnumerable<MatrixCell>)

Initializes a new instance of the MatrixRow class using a specified height and collection of cells.

Declaration
public MatrixRow(Length height, IEnumerable<MatrixCell> cells)
Parameters
Type Name Description
Length height

A Length value indicating the height of the matrix row.

IEnumerable<MatrixCell> cells

A collection of the MatrixCell objects in the row.