[]
Represents the partial (abstract) implementation of the ISheetStyleModel interface for a style model for a sheet.
public abstract class BaseSheetStyleModel : ISheetStyleModel, INonEmptyCells, IOptimizedEnumerationSupport2, IOptimizedEnumerationSupport
Public MustInherit Class BaseSheetStyleModel
Implements ISheetStyleModel, INonEmptyCells, IOptimizedEnumerationSupport2, IOptimizedEnumerationSupport
| Name | Description |
|---|---|
| BaseSheetStyleModel() | Initializes a new instance of the BaseSheetStyleModel class. |
| Name | Description |
|---|---|
| AltRowCount | Gets or sets the number of alternating row styles in the model. |
| NonEmptyColumnCount | Gets the number of columns in the model that contain style settings. |
| NonEmptyRowCount | Gets the number of rows in the model that contain style settings. |
| Name | Description |
|---|---|
| FireChanged(int, int, int, int, SheetStyleModelEventType) | Creates a SheetStyleModelEventArgs with the specified event data and calls OnChanged to raise the Changed event. |
| GetCompositeInfo(int, int, int, StyleInfo) | Gets the style information as a composite of settings for the specified cell, column, row, or model default. |
| GetDirectAltRowInfo(int, StyleInfo) | Gets the style information for the specified alternating row in the model. |
| GetDirectInfo(int, int, StyleInfo) | Gets the direct style information for the specified cell, column, row, or model default. |
| IsEmpty() | Determines whether the model has no style settings. |
| OnChanged(SheetStyleModelEventArgs) | Raises the Changed event. |
| SetDirectAltRowInfo(int, StyleInfo) | Sets the specified alternating row style in the model. |
| SetDirectInfo(int, int, StyleInfo) | Sets the direct style information for the specified cell, column, row, or model default. |
| Name | Description |
|---|---|
| Changed | Occurs when the user makes a change to the model that affects the style of the sheet. |