Spread Windows Forms 17
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.
    Syntax
    'Declaration
     
    
    Public Const CF_UNICODETEXT As Integer
    'Usage
     
    
    Dim value As Integer
     
    value = Clipboard.CF_UNICODETEXT
    public const int CF_UNICODETEXT
    See Also