ComponentOne FlexGrid for UWP
C1.UWP.FlexGrid Assembly / C1.Xaml.FlexGrid Namespace / C1FlexGrid Class / GetClipString Method / GetClipString(ClipboardCopyMode) Method
ClipboardCopyMode that specifies which headers should be included in the string.

In This Topic
    GetClipString(ClipboardCopyMode) Method
    In This Topic
    Gets the current selection as a string suitable for copying to the clipboard.
    Syntax
    'Declaration
     
    
    Public Overloads Function GetClipString( _
       ByVal copyMode As ClipboardCopyMode _
    ) As String
    public string GetClipString( 
       ClipboardCopyMode copyMode
    )

    Parameters

    copyMode
    ClipboardCopyMode that specifies which headers should be included in the string.

    Return Value

    A string with the content of the current selection. Columns are delimited by tabs and rows are delimited by new lines.
    See Also