Click or drag to resize

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
)

Parameters

workbookName
Type: System String
Name to check.

Return Value

Type: Boolean
True if collections contains book with specified name.
See Also