Click or drag to resize

XlsWorksheet IsArrayFormula Method (Int32, Int32)

Indicates whether cell contains array-entered formula.

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

Parameters

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

Return Value

Type: Boolean
True if cell contains array-entered formula.
See Also