XlsFontsCollection
Contains Method
|
Determines whether the collection contains a specific XlsFont.
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(
XlsFont font
)
Public Function Contains (
font As XlsFont
) As Boolean
public:
bool Contains(
XlsFont^ font
)
member Contains :
font : XlsFont -> bool
Parameters
-
font
-
Type:
Spire.Xls.Core.Spreadsheet
XlsFont
Return Value
Type:
Boolean
See Also