Spread Windows Forms 13.0 Product Documentation
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / DefaultSheetStyleModel Class
Properties Methods Events

In This Topic
    DefaultSheetStyleModel Class Members
    In This Topic

    The following tables list the members exposed by DefaultSheetStyleModel.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Properties
     NameDescription
    Public PropertyOverridden.  Gets or sets the number of alternating rows in the style model.  
    Public Property Gets whether the object in its entirety can be rendered with XML without losing any information.  
    Public Property Gets the number of columns in the style model.  
    Public Property Gets or sets the named styles collection for the model.  
    Public PropertyOverridden.  Gets the number of columns in the model that contain style settings.  
    Public PropertyOverridden.  Gets the number of rows in the model that contain style settings.  
    Public Property Gets or sets the parent style model.  
    Public Property Gets the number of rows in the style model.  
    Top
    Public Methods
     NameDescription
    Public Method Removes all of the direct styles from the specified range.  
    Public Method Copies the direct styles from one specified range of cells to another.  
    Public Method Loads the object from XML.  
    Public Method Gets an object array from a specified range of cells in the model.  
    Public MethodOverridden.  Gets the composite style for the specified cell, column, row, or model default.  
    Public MethodOverridden.  Gets the specified alternating row style in the model.  
    Public Method Gets the style name for an alternating row style.  
    Public MethodOverridden.  Gets the direct style for the specified cell, column, row, or model default.  
    Public Method Gets the name of the direct style assigned to a cell, column, row, or model default.  
    Public Method Gets the parse format for the cell at the specified row and column.  
    Public MethodOverridden.  Determines whether the model is empty of data.  
    Public Method Moves the specified range of direct styles from one location to another.  
    Public Method Saves the object to XML.  
    Public Method Sets an object array into a specified range of cells in the model.  
    Public MethodOverridden.  Sets the specified alternating row style in the model.  
    Public Method Sets the name of the specified alternating row style in the model to the specified named style.  
    Public MethodOverridden.  Sets the direct style for the specified cell, column, row, or model default.  
    Public Method Sets the name of the direct style for the specified cell, column, row, or model default to the specified style name.  
    Public Method Sets the parse format for the cell at the specified row and column.  
    Public Method Swaps the direct styles in the specified range with the direct styles from another specified range.  
    Top
    Public Events
     NameDescription
    Public Event Occurs when the user makes a change to the model that affects the style of the sheet. (Inherited from FarPoint.Win.Spread.Model.BaseSheetStyleModel)
    Top
    See Also