'Declaration
Public Event CircularFormula As CircularFormulaEventHandler
'Usage
Dim instance As FpSpread Dim handler As CircularFormulaEventHandler AddHandler instance.CircularFormula, handler
public event CircularFormulaEventHandler CircularFormula
Event Data
The event handler receives an argument of type CircularFormulaEventArgs containing data related to this event. The following CircularFormulaEventArgs properties provide information specific to this event.
Property | Description |
---|---|
CircularCells | Specifies the circular cells. |
See Also