[]
Interface that supports collections of custom styles in the style model.
public interface INamedStyleSupport
Public Interface INamedStyleSupport
| Name | Description |
|---|---|
| NamedStyles | Gets or sets the collection of styles used by the style model. |
| Name | Description |
|---|---|
| GetDirectAltRowName(int) | Gets the style name for an alternating row style. |
| GetDirectName(int, int) | Gets the name of the direct style assigned to a cell, column, row, or model default. |
| SetDirectAltRowName(int, string) | Sets the specified alternating row style in the model to the specified named style. |
| SetDirectName(int, int, string) | Sets the direct style for the specified cell, column, row, or model default to the specified style name. |