Click or drag to resize

IReferencingTableWithTableName Method

Returns a new instance in which TableName is set to the provided value.

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

Parameters

tableName  String
The name of the table.

Return Value

IReferencingTable
A new instance in which TableName is set to the provided value.
See Also