BaseSheetStyleModel Class Members
In This Topic
The following tables list the members exposed by BaseSheetStyleModel.
Public Properties
| | 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.
|
Top
Public Methods
| | 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
Public Events
| | Name | Description |
 | Changed |
Occurs when the user makes a change to the model
that affects the style of the sheet.
|
Top
See Also