| ListRowAddColumn Method (String, Boolean) |
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(
string Value,
bool htmlEncode
)
Public Sub AddColumn (
Value As String,
htmlEncode As Boolean
)
Parameters
- Value
- Type: SystemString
Column value. - htmlEncode
- Type: SystemBoolean
Remarks See Also