| MatrixDataProviderExtensionMatrixDataIRowDataSetValue Method |
Namespace:
CTExtensions.Interfaces
Assembly:
CTInterface (in CTInterface.dll)
Syntax bool SetValue(
string attribute,
string value
)
Function SetValue (
attribute As String,
value As String
) As Boolean
Parameters
- attribute
- Type: SystemString
attribute to set - value
- Type: SystemString
value; empty string will be used instead of null value.
Return Value
Type:
BooleanTrue if attribute was set; false otherwise.
See Also