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