[]
        
(Showing Draft Content)

FarPoint.Win.Spread.DynamicCellStyleConditionHandler

DynamicCellStyleConditionHandler Delegate

Represents a method that returns a AppearanceStyleInfo with the specified DynamicStyleInfoContext.

Namespace: FarPoint.Win.Spread
Assembly: FarPoint.Win.Spread.dll
Syntax
public delegate AppearanceStyleInfo DynamicCellStyleConditionHandler(DynamicStyleInfoContext context)
Public Delegate Function DynamicCellStyleConditionHandler(context As DynamicStyleInfoContext) As AppearanceStyleInfo
Parameters
Type Name Description
DynamicStyleInfoContext context

A DynamicStyleInfoContext value that indicates the current context of GcMultiRow.

Returns
Type Description
AppearanceStyleInfo

A AppearanceStyleInfo that represents the actual CellStyle object.

Remarks

The DynamicStyleInfo class defines a ConditionHandler which is a DynamicCellStyleConditionHandler type. This allows you to attach an
event handling method, that can return a AppearanceStyleInfo with the given context dynamically.

See Also