| ListRowAddColumn Method (Object, String) |
Adds new column with specified value and action to the row.
Namespace:
Dynamicweb.Controls
Assembly:
Dynamicweb.Controls (in Dynamicweb.Controls.dll) Version: 4.2.3
Syntax public void AddColumn(
Object Value,
string Action
)
Public Sub AddColumn (
Value As Object,
Action As String
)
Parameters
- Value
- Type: SystemObject
Column value. - Action
- Type: SystemString
Column action.
Remarks See Also