Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / ChartParsedFormula Class / cce Property


In This Topic
    cce Property (ChartParsedFormula)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property cce As Short
    'Usage
     
    
    Dim instance As ChartParsedFormula
    Dim value As Short
     
    instance.cce = value
     
    value = instance.cce
    public short cce {get; set;}
    See Also