ISheetStyleModel Interface Members
In This Topic
The following tables list the members exposed by ISheetStyleModel.
Public Properties
| Name | Description |
 | AltRowCount | Gets or sets the number of alternating row styles in the model. |
Top
Public Methods
| Name | Description |
 | GetCompositeInfo | Gets the style information for a cell, column, row, or model as a composite of settings. |
 | GetDirectAltRowInfo | Gets the specified alternating row style in the model. |
 | GetDirectInfo | Gets the direct style for the specified cell, column, row, or model default. |
 | IsEmpty | Determines whether any styles are set in the model. |
 | IsRowUsed | Gets whether the row in the model contains style settings. |
 | SetDirectAltRowInfo | Sets the specified alternating row style in the model. |
 | SetDirectInfo | Sets the direct style for the specified cell, column, row, or model default. |
Top
See Also