[]
Interface that supports creating a model that represents cell style information for a sheet.
public interface ISheetStyleModel
Public Interface ISheetStyleModel
| Name | Description |
|---|---|
| AltRowCount | Gets or sets the number of alternating row styles in the model. |
| Name | Description |
|---|---|
| GetCompositeInfo(int, int, int, StyleInfo) | Gets the style information for a cell, column, row, or model as a composite of settings. |
| GetDirectAltRowInfo(int, StyleInfo) | Gets the specified alternating row style in the model. |
| GetDirectInfo(int, int, StyleInfo) | Gets the direct style for the specified cell, column, row, or model default. |
| IsEmpty() | Determines whether any styles are set in the model. |
| IsRowUsed(int) | Gets whether the row in the model contains style settings. |
| SetDirectAltRowInfo(int, StyleInfo) | Sets the specified alternating row style in the model. |
| SetDirectInfo(int, int, StyleInfo) | Sets the direct style for the specified cell, column, row, or model default. |