Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread.Model Namespace / DefaultSheetSpanModel Class
Methods


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 MethodCopies a cell span and pastes it at the specified location.  
    Public MethodCopies columns and pastes them at the specified location.  
    Public MethodCopies rows and pastes them at the specified location.  
    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 MethodOverridden. Determines whether the model is empty of cell spans.  
    Public MethodMoves a cell span and pastes it at the specified location.  
    Public MethodMoves columns and pastes them at the specified location.  
    Public MethodMoves rows and pastes them at the specified location.  
    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.  
    Public MethodSwaps cell spans.  
    Public MethodSwaps a range of columns with another range of columns.  
    Public MethodSwaps a range of rows with another range of rows.  
    Top
    See Also