UniMatrixGenerateMatrixBody Method |
Generate body of the matrix.
Namespace: CMS.UIControlsAssembly: CMS.UIControls (in CMS.UIControls.dll) Version: 13.0.131
Syntax protected void GenerateMatrixBody(
List<DataRow> matrixData,
Table tblMatrix
)
Parameters
- matrixData
- Type: System.Collections.GenericListDataRow
Data of the matrix to be generated - tblMatrix
- Type: System.Web.UI.WebControlsTable
Matrix table
See Also