Spread WPF 17
GrapeCity.Excel Namespace / ExcelImage Class / PictureFormat Property


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