Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / ObjFmla Class / cbFmla Property


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