Click or drag to resize

XlsWorksheet IsExternalFormula Method

Indicates is formula in cell is formula to external workbook.

Namespace: Spire.Xls.Core.Spreadsheet
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public bool IsExternalFormula(
	int row,
	int column
)

Parameters

row
Type: System Int32
Represents row index.
column
Type: System Int32
Represents column index.

Return Value

Type: Boolean
If contain extern formula returns true; otherwise false.
See Also