GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IRange Interface / CurrentArray Property


In This Topic
CurrentArray Property
In This Topic
Gets an IRange object that represents the entire array if the specified cell is part of an array.
Syntax
'Declaration
 
ReadOnly Property CurrentArray As IRange
 
'Usage
 
Dim instance As IRange
Dim value As IRange
 
value = instance.CurrentArray

Property Value

An IRange object that represents the entire array.
See Also