Gets the set of cells in a row in the detail section of the Matrix.
| Visual Basic (Declaration) | |
|---|---|
Public ReadOnly Property MatrixCells As MatrixCellCollection | |
| C# | |
|---|---|
public MatrixCellCollection MatrixCells {get;} | |
Return Value
A MatrixCellCollection containing the set of cells in a row in the detail section of the Matrix.