ComponentOne Excel for .NET
C1.Excel Assembly / C1.Excel Namespace / XLPictureShape Class / Macro Property

In This Topic
    Macro Property
    In This Topic
    Gets or sets the command of call macro of this XLPictureShape.
    Syntax
    'Declaration
     
    Public Property Macro As System.String
    public System.string Macro {get; set;}
    See Also