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


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