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


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