ComponentOne DataGrid for WPF and Silverlight
C1.WPF.DataGrid Namespace / DataGridDefaultInputHandlingStrategy Class / GetFormattedSelection Method
The separator between column.
The line separator.
if set to true generate a column for row headers.
if set to true generate a row for column titles.
if set to true generate one column per each indent level.

In This Topic
    GetFormattedSelection Method
    In This Topic
    Gets a text representing the selection formatted.
    Syntax
    'Declaration
     
    
    Protected Function GetFormattedSelection( _
       ByVal separator As String, _
       ByVal lineSeparator As String, _
       ByVal copyRowHeaders As Boolean, _
       ByVal copyColumnHeaders As Boolean, _
       ByVal copyIndentGroupsColumns As Boolean _
    ) As String

    Parameters

    separator
    The separator between column.
    lineSeparator
    The line separator.
    copyRowHeaders
    if set to true generate a column for row headers.
    copyColumnHeaders
    if set to true generate a row for column titles.
    copyIndentGroupsColumns
    if set to true generate one column per each indent level.
    See Also