SpreadsheetGear 2017
EndDown Property (IRange)






SpreadsheetGear Namespace > IRange Interface : EndDown Property
Returns a single cell at the end of the current contiguous non-empty range, or at the start of the next non-empty range, starting with the top-left cell of this range.
Syntax
'Declaration
 
ReadOnly Property EndDown As IRange
'Usage
 
Dim instance As IRange
Dim value As IRange
 
value = instance.EndDown
IRange EndDown {get;}
read-only property EndDown: IRange; 
function get EndDown : IRange
__property IRange* get_EndDown();
property IRange^ EndDown {
   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
EndLeft Property
EndRight Property
EndUp Property