Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / DefaultRangeGroupModel Class
Fields Methods Events


In This Topic
    DefaultRangeGroupModel Class Members
    In This Topic

    The following tables list the members exposed by DefaultRangeGroupModel.

    Public Constructors
     NameDescription
    Public ConstructorCreates a new default outline (range group) model.  
    Top
    Public Fields
     NameDescription
    Public FieldRepresents the constant serialization string for ColumnGroup. This field is constant and read-only.  
    Public FieldRepresents the constant serialization string for RowGroup. This field is constant and read-only.  
    Top
    Public Methods
     NameDescription
    Public MethodGroups all the rows or columns from the specified start index by the specified amount to an outline (range group).  
    Public MethodAdds a specified amount of indexes starting with a specified index in an outline (range group).  
    Public MethodRemoves all the outlines (range groups) of rows or columns.  
    Public MethodLoads the contents of an outline (range group) from XML.  
    Public MethodExpands an outline (range group) of rows or columns.  
    Public MethodOverloaded.   
    Public MethodFinds an outline (range group) with the specified level and end index.  
    Public MethodFinds an outline (range group) with a specified level and index.  
    Public MethodGets a copy of outlines (range groups) from the specified index with the specified count.  
    Public MethodGets the level of an outline (range group) of rows or columns.  
    Public MethodPopulates a serialization information object with the data needed to serialize the outline (range group).  
    Public MethodGets the outline level of the specified index of the range row or column group.  
    Public MethodGets an outline (range group) by level.  
    Public MethodDetermines if a row or column belongs to any closed outline (range group). Row or column indexWhether the outline (range group) is of rowsBoolean: true if the row or column belongs to a closed range group; otherwise, false  
    Public MethodMoves an outline (range group) by the specified indexes.  
    Public MethodPastes an outline (range group) into a segment starting with the paste index.  
    Public MethodRemoves rows or columns from the outline (range group) from the specified index and count, and returns them to individual rows and columns.  
    Public MethodRemoves indexes of an outline (range group) starting with the specified index and moving up indexes below that.  
    Public MethodSaves the contents of an outline (range group) to XML.  
    Top
    Protected Methods
     NameDescription
    Protected Method  
    Top
    Public Events
     NameDescription
    Public EventOccurs when the outline (range group) model has changed.  
    Public EventOccurs when the outline (range group) model is changing.  
    Top
    See Also