Excel for UWP/WinRT
CopyFormula メソッド

既存の式を含むコピー元のセルの行インデックス。
既存の式を含むコピー元のセルの列インデックス。
式のコピー先のセルの行インデックス。
式のコピー先のセルの列インデックス。
セル間で式をコピーし、相対参照を調整します。
構文
'宣言
 
Public Sub CopyFormula( _
   ByVal rowFrom As System.Integer, _
   ByVal colFrom As System.Integer, _
   ByVal rowTo As System.Integer, _
   ByVal colTo As System.Integer _
) 
public void CopyFormula( 
   System.int rowFrom,
   System.int colFrom,
   System.int rowTo,
   System.int colTo
)

パラメータ

rowFrom
既存の式を含むコピー元のセルの行インデックス。
colFrom
既存の式を含むコピー元のセルの列インデックス。
rowTo
式のコピー先のセルの行インデックス。
colTo
式のコピー先のセルの列インデックス。
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

参照

関連項目

XLSheet クラス
XLSheet メンバ

Send Feedback