SpreadsheetGear 2017
CopyRight Method (IRange)






SpreadsheetGear Namespace > IRange Interface : CopyRight Method
Copies values, formulas and formats in the left column of the range to subsequent columns.
Syntax
'Declaration
 
<System.ObsoleteAttribute("Use IRange.FillRight")>
Sub CopyRight() 
'Usage
 
Dim instance As IRange
 
instance.CopyRight()
[System.Obsolete("Use IRange.FillRight")]
void CopyRight()
procedure CopyRight(); 
System.ObsoleteAttribute("Use IRange.FillRight")
function CopyRight();
[System.Obsolete("Use IRange.FillRight")]
void CopyRight(); 
[System.Obsolete("Use IRange.FillRight")]
void CopyRight(); 
Remarks
NOTE: This method is obsolete. Use the FillRight 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