Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / IRangeGroupModel Interface
Methods Events

In This Topic
    IRangeGroupModel Interface Members
    In This Topic

    The following tables list the members exposed by IRangeGroupModel.

    Public Methods
     NameDescription
     MethodGroups rows or columns into an outline (range group) from a specified start index by a specified amount.  
     MethodAdds a specified amount of outline (range group) indexes starting with a specified index in a group.  
     MethodRemoves all the outlines (range groups) of rows or columns.  
     MethodExpands an outline (range group) of rows or columns.  
     MethodOverloaded. Expands an outline (range group) at a specified index.  
     MethodFinds an outline (range group) with a specified level and end index.  
     MethodGets a copy of all the outlines (range groups) from the specified index with the specified count.  
     MethodGets the amount of the level of an outline (range group).  
     MethodGets the outline level of the specified index of the outline (range group).  
     MethodGets an outline (range group) of rows or columns by level.  
     MethodDetermines if a row or column belongs to any collapsed (closed) outline (range group).  
     MethodMoves an outline (range group) and pastes it into an outline (range group) at the specified location, by indexes.  
     MethodPastes an outline (range group) into a segment starting with a specified index.  
     MethodRemoves an outline (range group) of rows or columns from a specified start index by a specified amount.  
     MethodRemoves the specified outline (range group) starting with a specified index and moving up indexes below that.  
    Top
    Public Events
     NameDescription
     EventOccurs when an outline (range group) has changed.  
    Top
    See Also