FlexGrid for WinForms
Image Property (CellRange)



Gets or sets the Image assigned to cells in the range.
Syntax
'Declaration
 
Public Property Image As Image
'Usage
 
Dim instance As CellRange
Dim value As Image
 
instance.Image = value
 
value = instance.Image
public Image Image {get; set;}
public:
property Image^ Image {
   Image^ get();
   void set (    Image^ value);
}
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.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

CellRange Structure
CellRange Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Send Feedback