Click or drag to resize

DocsOnDemandDataItemaddColumn Method

Add a new column for this item with a value

Namespace:  Kratos_3.Network
Assembly:  Kratos_3 (in Kratos_3.dll) Version: 3.6.2.0 (3.6.2.0)
Syntax
public void addColumn(
	string columnName,
	string columnValue
)

Parameters

columnName
Type: SystemString
columnValue
Type: SystemString
See Also