'Declaration Public Overloads Sub Ungroup( _ ByVal index As System.Integer, _ ByVal count As System.Integer _ )
'Usage Dim instance As RangeGroup Dim index As System.Integer Dim count As System.Integer instance.Ungroup(index, count)
Parameters
- index
- The group starting index.
- count
- The number of rows or columns to remove.