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