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
)
Protected Function FindByCellIndex (
iCellIndex As Long
) As XlsValidation
protected:
XlsValidation^ FindByCellIndex(
long long iCellIndex
)
member FindByCellIndex :
iCellIndex : int64 -> XlsValidation
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