Spread Windows Forms 17
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 PropertyGets whether the object in its entirety can be rendered with XML without losing any information.  
    Public PropertyGets the number of columns in the style model.  
    Public PropertyGets 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 PropertyGets or sets the parent style model.  
    Public PropertyGets the number of rows in the style model.  
    Top
    Public Methods
     NameDescription
    Public MethodRemoves all of the direct styles from the specified range.  
    Public MethodRemoves all of the formats for the filtered row in the model.  
    Public MethodCopies the direct styles from one specified range of cells to another.  
    Public MethodLoads the object from XML.  
    Public MethodGets 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 MethodGets the style name for an alternating row style.  
    Public MethodOverridden. Gets the direct style for the specified cell, column, row, or model default.  
    Public MethodGets the name of the direct style assigned to a cell, column, row, or model default.  
    Public MethodGets information about the default sheet style model.  
    Public MethodGets the parse format for the cell at the specified row and column.  
    Public MethodChecks for the existance of conditional formats (old style) in Sheetview. This function is for internal use only.  
    Public MethodOverridden. Determines whether the model is empty of data.  
    Public MethodMoves the specified range of direct styles from one location to another.  
    Public MethodRemoves the filtered row formats from the style model.  
    Public MethodSaves the object to XML.  
    Public MethodSets an object array into a specified range of cells in the model.  
    Public MethodOverridden. Sets the specified alternating row style in the model.  
    Public MethodSets 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 MethodSets the name of the direct style for the specified cell, column, row, or model default to the specified style name.  
    Public MethodSets the format for the filtered row in the model.  
    Public MethodSets the parse format for the cell at the specified row and column.  
    Public MethodSwaps the direct styles in the specified range with the direct styles from another specified range.  
    Top
    Protected Methods
     NameDescription
    Protected MethodCreates a SheetStyleModelEventArgs with the specified event data and calls OnChanged to raise the Changed event. (Inherited from FarPoint.Win.Spread.Model.BaseSheetStyleModel)
    Protected MethodRaises the Changed event. (Inherited from FarPoint.Win.Spread.Model.BaseSheetStyleModel)
    Top
    Public Events
     NameDescription
    Public EventOccurs 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