'Declaration Public Sub RemoveIndexes( _ ByVal startIndex As Integer, _ ByVal removeCount As Integer, _ ByVal isRowGroup As Boolean _ )
'Usage Dim instance As DefaultRangeGroupModel Dim startIndex As Integer Dim removeCount As Integer Dim isRowGroup As Boolean instance.RemoveIndexes(startIndex, removeCount, isRowGroup)
public void RemoveIndexes( int startIndex, int removeCount, bool isRowGroup )
Parameters
- startIndex
- Start index
- removeCount
- Number of indexes to remove
- isRowGroup
- Whether the outline (range group) is of rows