Workbook
ContainsFont Method
|
Indicates whether the workbook contains specified font.
Namespace:
Spire.Xls
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public bool ContainsFont(
ExcelFont font
)
Public Function ContainsFont (
font As ExcelFont
) As Boolean
public:
bool ContainsFont(
ExcelFont^ font
)
member ContainsFont :
font : ExcelFont -> bool
Parameters
-
font
-
Type:
Spire.Xls
ExcelFont
Return Value
Type:
Boolean
See Also