Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / ExcelShape Class / ConvertedFromImageCellType Property


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