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


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