Click or drag to resize

DataTableGetTableProperty Method

Gets an arbitrary object that was stored as table property by SetTableProperty(String, Object).

Namespace: Altaxo.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public Object? GetTableProperty(
	string key
)

Parameters

key  String
Name of the property.

Return Value

Object
The object, or null if no object under the provided name was stored here.
See Also