SpreadsheetGear 2017
EndLeft Property (IRange)






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