DefaultSheetStyleModel Class Members
The following tables list the members exposed by DefaultSheetStyleModel.
| Name | Description |
 | AltRowCount | Overridden. Gets or sets the number of alternating rows in the style model. |
 | CanSerializeXml | Gets whether the object in its entirety can be rendered with XML without losing any information. |
 | ColumnCount | Gets the number of columns in the style model. |
 | NamedStyles | Gets or sets the named styles collection for the model. |
 | NonEmptyColumnCount | Overridden. Gets the number of columns in the model that contain style settings. |
 | NonEmptyRowCount | Overridden. Gets the number of rows in the model that contain style settings. |
 | Parent | Gets or sets the parent style model. |
 | RowCount | Gets the number of rows in the style model. |
Top
| Name | Description |
 | Clear | Removes all of the direct styles from the specified range. |
 | ClearFilterRowFormats | Removes all of the formats for the filtered row in the model. |
 | Copy | Copies the direct styles from one specified range of cells to another. |
 | Deserialize | Loads the object from XML. |
 | GetArray | Gets an object array from a specified range of cells in the model. |
 | GetCompositeInfo | Overridden. Gets the composite style for the specified cell, column, row, or model default. |
 | GetDirectAltRowInfo | Overridden. Gets the specified alternating row style in the model. |
 | GetDirectAltRowName | Gets the style name for an alternating row style. |
 | GetDirectInfo | Overridden. Gets the direct style for the specified cell, column, row, or model default. |
 | GetDirectName | Gets the name of the direct style assigned to a cell, column, row, or model default. |
 | GetObjectData | Gets information about the default sheet style model. |
 | GetParseFormat | Gets the parse format for the cell at the specified row and column. |
 | HaveOldConditionalFormat | Checks for the existance of conditional formats (old style) in Sheetview. This function is for internal use only. |
 | IsEmpty | Overridden. Determines whether the model is empty of data. |
 | Move | Moves the specified range of direct styles from one location to another. |
 | RemoveFilterRowFormats | Removes the filtered row formats from the style model. |
 | Serialize | Saves the object to XML. |
 | SetArray | Sets an object array into a specified range of cells in the model. |
 | SetDirectAltRowInfo | Overridden. Sets the specified alternating row style in the model. |
 | SetDirectAltRowName | Sets the name of the specified alternating row style in the model to the specified named style. |
 | SetDirectInfo | Overridden. Sets the direct style for the specified cell, column, row, or model default. |
 | SetDirectName | Sets the name of the direct style for the specified cell, column, row, or model default to the specified style name. |
 | SetFilteredRowFormat | Sets the format for the filtered row in the model. |
 | SetParseFormat | Sets the parse format for the cell at the specified row and column. |
 | Swap | Swaps the direct styles in the specified range with the direct styles from another specified range. |
Top