Gets or sets the image displayed inside the specified cell.
SyntaxVB6
Copy Code
|
|---|
Public Property Get CellPicture( _ |
C++
Copy Code
|
|---|
public: |
A picture object.
RemarksSets the image to be displayed inside a cell. This is an indexed property having the cell column as first index and the cell row as second. The image is positioned inside the cell as specified by the CellPicturePos property.
See Also