FontsCollection
Contains Method (ExcelFont)
|
Determines whether the collection contains a specific ExcelFont object.
Namespace:
Spire.Xls.Collections
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public bool Contains(
ExcelFont font
)
Public Function Contains (
font As ExcelFont
) As Boolean
public:
bool Contains(
ExcelFont^ font
)
member Contains :
font : ExcelFont -> bool
Parameters
-
font
-
Type:
Spire.Xls
ExcelFont
Return Value
Type:
Boolean
See Also