2D Chart for WinForms | ComponentOne
C1.Win.C1Chart.4.5.2 Assembly / C1.Win.C1Chart Namespace / FunctionBase Class / CodeType Property

In This Topic
    CodeType Property
    In This Topic
    Gets or sets whether the code will be compiled as formula, a method or as full compile unit.
    Syntax
    'Declaration
     
    Public Property CodeType As FunctionCodeTypeEnum
    public FunctionCodeTypeEnum CodeType {get; set;}
    See Also