XlsAddInFunctionsCollection
Contains Method (String)
|
Indicates whether collection contains workbook with specified name.
Namespace:
Spire.Xls.Core.Spreadsheet.Collections
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public bool Contains(
string workbookName
)
Public Function Contains (
workbookName As String
) As Boolean
public:
bool Contains(
String^ workbookName
)
member Contains :
workbookName : string -> bool
Parameters
-
workbookName
-
Type:
System
String
Name to check.
Return Value
Type:
Boolean
True if collections contains book with specified name.
See Also