SpreadsheetGear 2017
CopyDown Method (IRange)






SpreadsheetGear Namespace > IRange Interface : CopyDown Method
Copies values, formulas and formats in the top row of the range to subsequent rows.
Syntax
'Declaration
 
<System.ObsoleteAttribute("Use IRange.FillDown")>
Sub CopyDown() 
'Usage
 
Dim instance As IRange
 
instance.CopyDown()
[System.Obsolete("Use IRange.FillDown")]
void CopyDown()
procedure CopyDown(); 
System.ObsoleteAttribute("Use IRange.FillDown")
function CopyDown();
[System.Obsolete("Use IRange.FillDown")]
void CopyDown(); 
[System.Obsolete("Use IRange.FillDown")]
void CopyDown(); 
Remarks
NOTE: This method is obsolete. Use the IRange.FillDown method.
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
Copy(IRange) Method
Copy(IRange,PasteType,PasteOperation,Boolean,Boolean) Method
FillDown Method
FillLeft Method
FillRight Method
FillUp Method