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


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