ISheetStyleModel Interface Methods
For a list of all members of this type, see ISheetStyleModel members.
| 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