Class ContainedStatusMsg
Provides a data structure for transporting information back from the calculation action procedure to the calling function resp. the AfterCalculate event procedure
Inheritance
System.Object
ContainedStatusMsg
Namespace: DBaddin
Assembly: DBaddin.dll
Syntax
public class ContainedStatusMsg
Fields
| Improve this Doc View SourceformulaRange
formula range passed from dblistfetchAction to overcome the problem of auto-fitting AFTER calculation
Declaration
public Range formulaRange
Field Value
Description |
---|
statusMsg
any status message used for displaying in the result of function
Declaration
public string statusMsg
Field Value
Description |
---|