Click or drag to resize

XlsDataValidationTable Item Property

Returns single entry from the collection. Read-only.

Namespace: Spire.Xls.Core.Spreadsheet
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public XlsDataValidationCollection this[
	int index
] { get; }

Parameters

index
Type: System Int32

Property Value

Type: XlsDataValidationCollection

Implements

IDataValidationTable Item Int32
See Also