Click or drag to resize

ListRowAddColumn Method (Double, 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(
	double Value,
	string Action
)

Parameters

Value
Type: SystemDouble
Column value.
Action
Type: SystemString
Column action.
Remarks