  | MatrixDataProviderExtensionMatrixDataIRowDataGetValue Method | 
            Get attribute's value.
            
Namespace: CTExtensions.InterfacesAssembly: CTInterface (in CTInterface.dll) Version: 25.0
Syntaxstring GetValue(
	string attribute
)
Function GetValue ( 
	attribute As String
) As String
Parameters
- attribute  String
 - Attribute to query
 
Return Value
Stringset value; or null if given attribute is not valid or it is not set.
See Also