Spread WinForms 15
FarPoint.Excel Assembly / FarPoint.Excel Namespace / FtCf Class / cf Property


In This Topic
cf Property (FtCf)
In This Topic
An unsigned integer that specifies the Windows clipboard format of the data associated with the picture. 0x0002: Specifies the format of the picture is an enhanced metafile. 0x0009: Specifies the format of the picture is a bitmap. 0xFFFF: Specifies the picture is in an unspecified format that is neither enhanced metafile nor a bitmap.
Syntax
'Declaration
 
Public Property cf As UShort
 
'Usage
 
Dim instance As FtCf
Dim value As UShort
 
instance.cf = value
 
value = instance.cf
See Also