XlsWorkbook
ContainsFont Method
|
Determines whether the Workbook contains a specific font.
Namespace:
Spire.Xls.Core.Spreadsheet
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public bool ContainsFont(
XlsFont font
)
Public Function ContainsFont (
font As XlsFont
) As Boolean
public:
bool ContainsFont(
XlsFont^ font
)
member ContainsFont :
font : XlsFont -> bool
Parameters
-
font
-
Type:
Spire.Xls.Core.Spreadsheet
XlsFont
Return Value
Type:
Boolean
See Also