Loads an image from the specified file and assigns it to a cell's picture.
SyntaxVB6
Copy Code
|
|---|
Public Sub LoadPicInCell( _ |
C++
Copy Code
|
|---|
public: |
The name of the image file to load from.
RemarksLoads an image from a file into a table's cell. The file format can be any of OleLoadPicture supported image formats. You can also use the CellPicture property to set the image of a cell.
See Also