ComponentOne Excel for UWP
C1.UWP.Excel Assembly / C1.Xaml.Excel Namespace / XLPictureShape Class / FileName Property

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