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