Spread Windows Forms 12.0 Product Documentation
HasArray Property


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > IRange Interface : HasArray Property
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
bool HasArray {get;}

Property Value

true if the specified cell is part of an array formula; otherwise, false.
See Also

Reference

IRange Interface
IRange Members