Spread Windows Forms 12.0 Product Documentation
CurrentArray Property


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

Property Value

An IRange object that represents the entire array.
See Also

Reference

IRange Interface
IRange Members