XlsWorkbook
FindOne Method (Boolean)
|
This method seraches for the first cell with specified bool value.
Namespace:
Spire.Xls.Core.Spreadsheet
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public IXLSRange FindOne(
bool findValue
)
Public Function FindOne (
findValue As Boolean
) As IXLSRange
public:
virtual IXLSRange^ FindOne(
bool findValue
) sealed
abstract FindOne :
findValue : bool -> IXLSRange
override FindOne :
findValue : bool -> IXLSRange
Parameters
-
findValue
-
Type:
System
Boolean
Value to search.
Return Value
Type:
IXLSRange
First found cell, or Null if value was not found.
Implements
IWorkbook
FindOne(Boolean)
See Also