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: 7.2.0.0 (7.2.7583.15464)
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