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)
Syntax
bool SetValue(
	string attribute,
	string value
)

Parameters

attribute
Type: SystemString
attribute to set
value
Type: SystemString
value; empty string will be used instead of null value.

Return Value

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