Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / FtCf Class / cb Property


In This Topic
    cb Property (FtCf)
    In This Topic
    Reserved. MUST be 0x0002.
    Syntax
    'Declaration
     
    
    Public Property cb As UShort
    'Usage
     
    
    Dim instance As FtCf
    Dim value As UShort
     
    instance.cb = value
     
    value = instance.cb
    public ushort cb {get; set;}
    See Also