DataTableGetTableProperty Method |
Namespace: Altaxo.DataAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public Object? GetTableProperty(
string key
)
Parameters
- key String
- Name of the property.
Return Value
ObjectThe object, or null if no object under the provided name was stored here.
See Also