FlexGrid for WinForms | ComponentOne
C1.Win.C1FlexGrid Namespace / CellRange Structure / Image Property

In This Topic
    Image Property (CellRange)
    In This Topic
    Gets or sets the Image assigned to cells in the range.
    Syntax
    'Declaration
     
    
    Public Property Image As Image
    public Image Image {get; set;}
    Remarks
    When getting, this property returns the Image assigned to cell (r1, c1). When setting, it applies the new value to all cells in the range.
    See Also