GrapeCity.Spreadsheet アセンブリ > GrapeCity.Spreadsheet 名前空間 > IRange インタフェース > Copy メソッド : Copy(Int32,Int32,ManipulationOptions) メソッド |
'Declaration
Overloads Function Copy( _ ByVal toRow As Integer, _ ByVal toColumn As Integer, _ Optional ByVal options As ManipulationOptions _ ) As Boolean
'使用法
Dim instance As IRange Dim toRow As Integer Dim toColumn As Integer Dim options As ManipulationOptions Dim value As Boolean value = instance.Copy(toRow, toColumn, options)
true
、それ以外の場合はfalse
。