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


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