XlsWorkbook
IsFormatted Method
|
Determines if the given XF index is formatted.
Namespace:
Spire.Xls.Core.Spreadsheet
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public bool IsFormatted(
int xfIndex
)
Public Function IsFormatted (
xfIndex As Integer
) As Boolean
public:
bool IsFormatted(
int xfIndex
)
member IsFormatted :
xfIndex : int -> bool
Parameters
-
xfIndex
-
Type:
System
Int32
The XF index to check.
Return Value
Type:
Boolean
True if the XF index is not equal to the default XF index, indicating it is formatted; otherwise, false.
See Also