Click or drag to resize

IInternalWorksheet IsArrayFormula Method

Determines whether the specified index corresponds to a cell that contains an array formula.

Namespace: Spire.Xls.Core
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
bool IsArrayFormula(
	long index
)

Parameters

index
Type: System Int64

Return Value

Type: Boolean
See Also