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


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