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
)
Public Function ContainsCell (
lCellIndex As Long
) As Boolean
public:
bool ContainsCell(
long long lCellIndex
)
member ContainsCell :
lCellIndex : int64 -> bool
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