Click or drag to resize

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
)

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