[]
        
(Showing Draft Content)

FarPoint.Win.Spread.DefaultRangeGroupModel.RemoveIndexes

RemoveIndexes Method

RemoveIndexes(int, int, bool)

Removes indexes of an outline (range group) starting with the specified index and moving up indexes below that.

Declaration
public void RemoveIndexes(int startIndex, int removeCount, bool isRowGroup)
Public Sub RemoveIndexes(startIndex As Integer, removeCount As Integer, isRowGroup As Boolean)
Parameters
Type Name Description
int startIndex

Start index

int removeCount

Number of indexes to remove

bool isRowGroup

Whether the outline (range group) is of rows

Implements
OSZAR »