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