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