| ListRowAddColumn Method (Int64, 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(
long Value,
string Action
)
Public Sub AddColumn (
Value As Long,
Action As String
)
Parameters
- Value
- Type: SystemInt64
Column value. - Action
- Type: SystemString
Column action.
Remarks See Also