| ListRowAddColumn Method (Int32) |
Adds new column with specified value to the row.
Namespace:
Dynamicweb.Controls
Assembly:
Dynamicweb.Controls (in Dynamicweb.Controls.dll) Version: 4.2.3
Syntax public void AddColumn(
int Value
)
Public Sub AddColumn (
Value As Integer
)
Parameters
- Value
- Type: SystemInt32
Column value.
Remarks See Also