Click or drag to resize
IceNetTableFillUpRows Method
Fills rows with cells. the number of cells which will be added is GetMaximumCellsPerColumn - Row.Cell.Count.

Namespace: PDTec.IceNet.Web.UI.Controls
Assembly: PDTec.IceNet.Web (in PDTec.IceNet.Web.dll) Version: 6.0.0.0 (6.0.6225.27214)
Syntax
C#
public void FillUpRows(
	string cellCssClass,
	int startAtRow,
	int rowCountToFillUp,
	out TableCell[] aAddedCells
)

Parameters

cellCssClass
Type: SystemString
startAtRow
Type: SystemInt32
rowCountToFillUp
Type: SystemInt32
aAddedCells
Type: System.Web.UI.WebControlsTableCell
See Also