DefaultSheetStyleModel Class Members
In This Topic
The following tables list the members exposed by DefaultSheetStyleModel.
Public Constructors
Public Properties
| | 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
Public Methods
| | Name | Description |
 | Clear |
Removes all of the direct styles from the specified range.
|
 | 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.
|
 | GetParseFormat |
Gets the parse format for the cell at the specified row and column.
|
 | IsEmpty | Overridden.
Determines whether the model is empty of data.
|
 | Move |
Moves the specified range of direct styles
from one location to another.
|
 | 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.
|
 | 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
Public Events
See Also