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


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