Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.UI Namespace / Clipboard Class / CF_UNICODETEXT Field


In This Topic
CF_UNICODETEXT Field
In This Topic
Unicode text format. Each line ends with a carriage return/linefeed (CR-LF) combination. A null character signals the end of the data. This field is constant and read-only.
Syntax
'Declaration
 
Public Const CF_UNICODETEXT As Integer
 
'Usage
 
Dim value As Integer
 
value = Clipboard.CF_UNICODETEXT
See Also