Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / OBJ Class / macro Property


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