Click or drag to resize

XlsValidation ContainsCell Method

Indicates whether this object contains data validation settings for cell with specified index.

Namespace: Spire.Xls.Core.Spreadsheet
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public bool ContainsCell(
	long lCellIndex
)

Parameters

lCellIndex
Type: System Int64
Cell index to search.

Return Value

Type: Boolean
True if this object contains data validation settings for cell with specified index.
See Also