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


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