[]
Represents a method that returns a AppearanceStyleInfo with the specified DynamicStyleInfoContext.
public delegate AppearanceStyleInfo DynamicCellStyleConditionHandler(DynamicStyleInfoContext context)
Public Delegate Function DynamicCellStyleConditionHandler(context As DynamicStyleInfoContext) As AppearanceStyleInfo
Type | Name | Description |
---|---|---|
DynamicStyleInfoContext | context | A DynamicStyleInfoContext value that indicates the current context of GcMultiRow. |
Type | Description |
---|---|
AppearanceStyleInfo | A AppearanceStyleInfo that represents the actual CellStyle object. |
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.