In This Topic
Gets a value indicating whether the specified cell is part of an array formula.
Syntax
'Declaration
ReadOnly Property HasArray As Boolean
'Usage
Dim instance As IRange
Dim value As Boolean
value = instance.HasArray
Property Value
true
if the specified cell is part of an array formula; otherwise,
false
.
See Also