SpreadsheetGear 2017
CurrentArray Property (IRange)






SpreadsheetGear Namespace > IRange Interface : CurrentArray Property
Returns the range of cells containing the array formula of the top-left cell of this IRange, or null if the top-left cell is not an array formula.
Syntax
'Declaration
 
ReadOnly Property CurrentArray As IRange
'Usage
 
Dim instance As IRange
Dim value As IRange
 
value = instance.CurrentArray
IRange CurrentArray {get;}
read-only property CurrentArray: IRange; 
function get CurrentArray : IRange
__property IRange* get_CurrentArray();
property IRange^ CurrentArray {
   IRange^ get();
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IRange Interface
IRange Members
FormulaArray Property
HasArray Property