Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / BopPopCustom Class / cxi Property


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