Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / OBJ Class / pictFormat Property


In This Topic
    pictFormat Property
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property pictFormat As FtCf
    'Usage
     
    
    Dim instance As OBJ
    Dim value As FtCf
     
    instance.pictFormat = value
     
    value = instance.pictFormat
    public FtCf pictFormat {get; set;}
    See Also