Namespace: Spire.Xls.Core.Spreadsheet
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 11.6.0.0 (11.6.0.5020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
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
Int32

Return Value

Boolean

See Also