'Declaration
Public Sub RemoveRangeGroup( _
ByVal column As Integer, _
ByVal As Integer _
)
'使用法
Dim instance As Columns
Dim column As Integer
Dim count As Integer
instance.RemoveRangeGroup(column, count)
public void RemoveRangeGroup(
int column,
int
)