Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / ExcelChartShape Class / ConvertedFromImageCellType Property


In This Topic
    ConvertedFromImageCellType Property (ExcelChartShape)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property ConvertedFromImageCellType As Boolean
    'Usage
     
    
    Dim instance As ExcelChartShape
    Dim value As Boolean
     
    instance.ConvertedFromImageCellType = value
     
    value = instance.ConvertedFromImageCellType
    public bool ConvertedFromImageCellType {get; set;}
    See Also