[]
        
(Showing Draft Content)

FarPoint.Win.Spread.Model.INamedStyleSupport

INamedStyleSupport Interface

Interface that supports collections of custom styles in the style model.

Namespace: FarPoint.Win.Spread.Model
Assembly: FarPoint.Win.Spread.dll
Syntax
public interface INamedStyleSupport
Public Interface INamedStyleSupport

Properties

Name Description
NamedStyles

Gets or sets the collection of styles used by the style model.

Methods

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.