'Declaration Public Delegate Function DynamicCellStyleConditionHandler( _ ByVal context As DynamicStyleInfoContext _ ) As AppearanceStyleInfo
'Usage Dim instance As New DynamicCellStyleConditionHandler(AddressOf HandlerMethod)
public delegate AppearanceStyleInfo DynamicCellStyleConditionHandler( DynamicStyleInfoContext context )
Parameters
- context
- A DynamicStyleInfoContext value that indicates the current context of GcMultiRow.
Return Value
A AppearanceStyleInfo that represents the actual CellStyle object.