Gets the rows contained in each detail cell of the matrix layout.
| Visual Basic (Declaration) | |
|---|---|
Public ReadOnly Property MatrixRows As MatrixRowCollection | |
| C# | |
|---|---|
public MatrixRowCollection MatrixRows {get;} | |
Return Value
A MatrixRowCollection indicating the rows contained in each detail cell of the matrix layout.