'Declaration Public Sub RemoveRangeGroup( _ ByVal row As Integer, _ ByVal count As Integer _ )
'Declaration
Public Sub RemoveRangeGroup( _ ByVal row As Integer, _ ByVal count As Integer _ )
'使用法 Dim instance As Rows Dim row As Integer Dim count As Integer instance.RemoveRangeGroup(row, count)
'使用法
Dim instance As Rows Dim row As Integer Dim count As Integer instance.RemoveRangeGroup(row, count)
public void RemoveRangeGroup( int row, int count )
Rows クラス Rows メンバ
© 2004-2018, GrapeCity Inc. All rights reserved.