[]
        
(Showing Draft Content)

FarPoint.Web.Spread.IOptimizedFilterStyleModel

IOptimizedFilterStyleModel Interface

Interface that supports additional optimization for retrieval of styles in the style model beyond IOptimizedFilterStyleModel.

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

Properties

Name Description
IncludeCellLocked

Gets or sets a value that indicates whether the cell locked status is performed.

IsConditionalFormatEmpty

Gets a value that indicates whether this instance is empty.

IsFilteredStyleEmpty

Gets whether this filtered style is empty.

Methods

Name Description
GetCompositeBackColor(StyleInfo)

Get the composite backcolor of a StyleInfo object.

GetCompositeCellType(int, int, out ICellType, out IFormatter)

Gets the celltype and formatter for a cell, column, row, or model as a composite of settings.

GetCompositeForeColor(StyleInfo)

Get the composite forecolor of a StyleInfo object.

GetCompositeInfo(int, int, int, bool, StyleInfo, StyleInfo)

Gets the composite information.

GetParseFormat(int, int, out string, out IFormatProvider)

Gets the parse format for the cell at the specified row and column.

NextNonEmptyRow(int, bool)

Gets the index of the next row that contains a style setting in the model.

NextNonEmptyRow(int, int, bool)

Gets the index of the next row that contains a style setting for the specified column in the model.