DataTableRemoveTableProperty Method |
Removes a table property.
Namespace: Altaxo.DataAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic bool RemoveTableProperty(
string key
)
Parameters
- key String
- The name of the property to remove.
Return Value
BooleanTrue if the property was found (and removed). False if there was no such property to remove.
RemarksThe 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