BaseSheetStyleModel Class Methods
For a list of all members of this type, see BaseSheetStyleModel members.
| Name | Description |
 | GetCompositeInfo | Gets the style information as a composite of settings for the specified cell, column, row, or model default. |
 | GetDirectAltRowInfo | Gets the style information for the specified alternating row in the model. |
 | GetDirectInfo | Gets the direct style information for the specified cell, column, row, or model default. |
 | IsEmpty | Determines whether the model has no style settings. |
 | SetDirectAltRowInfo | Sets the specified alternating row style in the model. |
 | SetDirectInfo | Sets the direct style information for the specified cell, column, row, or model default. |
Top
| Name | Description |
 | FireChanged | Creates a SheetStyleModelEventArgs with the specified event data and calls OnChanged to raise the Changed event. |
 | OnChanged | Raises the Changed event. |
Top