Spread WPF 17
GrapeCity.Excel Namespace / IExcelImage Interface / PictureFormat Property


In This Topic
    PictureFormat Property (IExcelImage)
    In This Topic
    Represents the picture format
    Syntax
    'Declaration
     
    Property PictureFormat As IExcelChartFormat
    'Usage
     
    Dim instance As IExcelImage
    Dim value As IExcelChartFormat
     
    instance.PictureFormat = value
     
    value = instance.PictureFormat
    IExcelChartFormat PictureFormat {get; set;}
    See Also