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
)
Function IsArrayFormula (
index As Long
) As Boolean
bool IsArrayFormula(
long long index
)
abstract IsArrayFormula :
index : int64 -> bool
Parameters
-
index
-
Type:
System
Int64
Return Value
Type:
Boolean
See Also