Use the Bitmap () function to display the photos of the employee

xiaoxiao2021-03-13  174

Description

Display the specified bitmap. Only for computational columns, you can only use bitmap functions in a compute column. grammar

Bitmap (String)

String is a string that contains the name of the image file (BMP, graphics exchange format, Joint Image Expert Group format, RLE or WMF file) or a string column including image file name. Return value

Special Bitmap data types cannot be used in any other function.

usage

Dynamically display a bitmap in a computing column using Bitmap. When String is a column containing a bitmap file, the file bitmap that is displayed can be displayed. E.g:

Bitmap (Employees), you can dynamically display the bitmaps included in the Employee column. That is, you can specify a photo for each employee and then display it.

It is very convenient to use Bitmap () without the preservation and retrieval of image data.

转载请注明原文地址:https://www.9cbs.com/read-129016.html

New Post(0)