Range.HasArray Property
Determines if the specified cell is part of an array formula.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
ReadOnly Property HasArray As Object
Get
'Usage
Dim instance As Range
Dim value As Object
value = instance.HasArray
Object HasArray { get; }
Property Value
Type: System.Object
Remarks
This property returns True if the specified cell is part of an array formula.