Click or drag to resize

MatrixDataProviderExtensionMatrixDataIRowDataSetValue Method

Set value for attribute. Attribute must have been initiazed for the parent MatrixDataProviderExtensionMatrixData.

Namespace: CTExtensions.Interfaces
Assembly: CTInterface (in CTInterface.dll) Version: 25.0
Syntax
bool SetValue(
	string attribute,
	string value
)

Parameters

attribute  String
attribute to set
value  String
value; empty string will be used instead of null value.

Return Value

Boolean
True if attribute was set; false otherwise.
See Also