Click or drag to resize

DataTableRemoveTableProperty Method

Remove a table property, key is a string

Namespace: Altaxo.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public bool RemoveTableProperty(
	string key
)

Parameters

key  String

[Missing <param name="key"/> documentation for "M:Altaxo.Data.DataTable.RemoveTableProperty(System.String)"]

Return Value

Boolean
True if the property was found (and removed). False if there was no such property to remove.
Remarks
The properties are saved on disc (with exception of those who's name starts with "tmp/". If the property you want to store is only temporary, the property name should therefore start with "tmp/".
See Also