XlsWorksheet
IsArrayFormula Method (Int64)
|
Note: This API is now obsolete.
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
[ObsoleteAttribute("This is an obsolete method.")]
public bool IsArrayFormula(
long cellIndex
)
<ObsoleteAttribute("This is an obsolete method.")>
Public Function IsArrayFormula (
cellIndex As Long
) As Boolean
public:
[ObsoleteAttribute(L"This is an obsolete method.")]
virtual bool IsArrayFormula(
long long cellIndex
) sealed
[<ObsoleteAttribute("This is an obsolete method.")>]
abstract IsArrayFormula :
cellIndex : int64 -> bool
[<ObsoleteAttribute("This is an obsolete method.")>]
override IsArrayFormula :
cellIndex : int64 -> bool
Parameters
-
cellIndex
-
Type:
System
Int64
Cell index to check.
Return Value
Type:
Boolean
True if cell contains array-entered formula.
Implements
IInternalWorksheet
IsArrayFormula(Int64)
See Also