FarPoint.Win.SpreadJ アセンブリ > FarPoint.Win.Spread.Model 名前空間 > ITableRangeManager インタフェース : CanRemoveRows メソッド |
'Declaration Function CanRemoveRows( _ ByVal row As Integer, _ ByVal rowCount As Integer _ ) As Boolean
'使用法 Dim instance As ITableRangeManager Dim row As Integer Dim rowCount As Integer Dim value As Boolean value = instance.CanRemoveRows(row, rowCount)