GrapeCity.Spreadsheet アセンブリ > GrapeCity.Spreadsheet 名前空間 > Worksheet クラス > Move メソッド : Move(Int32,Int32,Int32,Int32,Int32,Int32,ManipulationOptions,Worksheet) メソッド |
null
。
'宣言
Public Overloads Function Move( _ ByVal row As Integer, _ ByVal column As Integer, _ ByVal toRow As Integer, _ ByVal toColumn As Integer, _ ByVal rowCount As Integer, _ ByVal columnCount As Integer, _ ByVal options As ManipulationOptions, _ Optional ByVal targetWorksheet As Worksheet _ ) As ActionResult(Of Object)
public ActionResult<object> Move( int row, int column, int toRow, int toColumn, int rowCount, int columnCount, ManipulationOptions options, Worksheet targetWorksheet )
null
。true
、それ以外の場合はfalse
。