[]
        
(Showing Draft Content)

FarPoint.Web.Spread.Model.ISheetStyleModel

ISheetStyleModel Interface

Interface that supports creating a model that represents cell style information for a sheet.

Namespace: FarPoint.Web.Spread.Model
Assembly: FarPoint.Web.Spread.dll
Syntax
public interface ISheetStyleModel
Public Interface ISheetStyleModel

Properties

Name Description
AltRowCount

Gets or sets the number of alternating row styles in the model.

Methods

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.