Click or drag to resize

IQuoteTableColumnValidationCollectionBaseItem Property

Gets the IQuoteTableColumnValidationBase at the specified index.

Namespace: Scripting.QuoteTables
Assembly: Scripting (in Scripting.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
IQuoteTableColumnValidationBase this[
	int index
] { get; }

Parameters

index  Int32
The index.

Property Value

IQuoteTableColumnValidationBase
The IQuoteTableColumnValidationBase.

Return Value

IQuoteTableColumnValidationBase
See Also