DataTableCollection Item Property (Guid) TIBCO Spotfire 6.0 API Reference
Gets the table with the given Guidid.

Namespace: Spotfire.Dxp.Data
Assembly: Spotfire.Dxp.Data (in Spotfire.Dxp.Data.dll) Version: 13.19.7018.3940 (13.19.7018.3940)
Syntax

public DataTable this[
	Guid id
] { get; }

Parameters

id
Type: System Guid
The id of the table.

Return Value

Type: DataTable
The table with the given id.
Exceptions

ExceptionCondition
System ArgumentExceptionThrown if no table with the given id is present in the collection.
System ArgumentExceptionThrown if the id is null.
See Also