Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / ExternName Class / cf Property


In This Topic
    cf Property (ExternName)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property cf As Short
    'Usage
     
    
    Dim instance As ExternName
    Dim value As Short
     
    instance.cf = value
     
    value = instance.cf
    public short cf {get; set;}
    See Also