Click or drag to resize

IReferencingTableWithTableName Method

Returns a new instance, in which the table name is set to the provided name.

Namespace: Altaxo.Science.Spectroscopy
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
IReferencingTable WithTableName(
	string tableName
)

Parameters

tableName  String
Name of the table.

Return Value

IReferencingTable
New instance, in which the table name is set to the provided name.
See Also