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