Click or drag to resize

XlsDataValidationCollection FindByCellIndex Method

Finds and returns an XlsValidation object associated with the specified cell index.

Namespace: Spire.Xls.Core.Spreadsheet.Collections
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
protected XlsValidation FindByCellIndex(
	long iCellIndex
)

Parameters

iCellIndex
Type: System Int64
The index of the cell for which the validation is to be found.

Return Value

Type: XlsValidation
The XlsValidation object if found; otherwise, null.
See Also