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