Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / SheetSpanModelBase Class
Methods Events

In This Topic
    SheetSpanModelBase Class Members
    In This Topic

    The following tables list the members exposed by SheetSpanModelBase.

    Public Methods
     NameDescription
    Public MethodAdds a cell span to the collection.  
    Public MethodRemoves all cell spans from the collection.  
    Public MethodFinds the cell span with the specified anchor cell in the collection.  
    Public MethodGets an enumerator for iterating to the next cell span in the collection after the specified span.  
    Public MethodDetermines whether the model is empty of cell spans.  
    Public MethodDetermines whether the Changed event is suspend.  
    Public MethodRemoves the cell span with the specified anchor cell from the collection.  
    Public MethodResume the Changed event  
    Public MethodSuspend the Changed event  
    Top
    Public Events
     NameDescription
    Public EventOccurs when the user makes a change to the model that affects the span of cells in the sheet.  
    Top
    See Also