Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / DefaultSheetSpanModel Class
Methods Events


In This Topic
    DefaultSheetSpanModel Class Members
    In This Topic

    The following tables list the members exposed by DefaultSheetSpanModel.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Methods
     NameDescription
    Public MethodOverridden. Adds a cell span to the collection.  
    Public MethodOverloaded. Overridden. Removes all cell spans from the collection.  
    Public MethodLoads the span object from XML.  
    Public MethodOverridden. Finds the cell span in the collection that includes the cell at specified row and column.  
    Public MethodOverloaded. Overridden. Gets an enumerator for iterating to the next cell span in the collection after the specified span.  
    Public MethodPopulates the SerializationInfo class with information about the default sheet span model settings.  
    Public MethodOverridden. Determines whether the model is empty of cell spans.  
    Public MethodOverridden. Removes all cell spans in the collection that include the cell at the specified row and column.  
    Public MethodSaves the span object to XML.  
    Top
    Protected Methods
     NameDescription
    Protected MethodReturns information about the cell span that has changed. (Inherited from FarPoint.Win.Spread.Model.BaseSheetSpanModel)
    Protected MethodReturns information about the event that was raised. (Inherited from FarPoint.Win.Spread.Model.BaseSheetSpanModel)
    Top
    Public Events
     NameDescription
    Public EventOccurs when the user makes a change to the model that affects the span of cells of the sheet. (Inherited from FarPoint.Win.Spread.Model.BaseSheetSpanModel)
    Public EventOccurs when the user makes a change to the model that affects the span of cells of the sheet.  
    Top
    See Also