Xceed DataGrid for Silverlight Documentation
ExportToText Method


Syntax
'Declaration
 
Public Function ExportToText( _
   ByVal selectedRanges As IList(Of SelectionRange) _
) As String
'Usage
 
Dim instance As TextExporter
Dim selectedRanges As IList(Of SelectionRange)
Dim value As String
 
value = instance.ExportToText(selectedRanges)
public string ExportToText( 
   IList<SelectionRange> selectedRanges
)

Parameters

selectedRanges
Requirements

Target Platforms: Windows 7, Windows Vista, Windows XP SP3, Windows Server 2008 family

See Also

Reference

TextExporter Class
TextExporter Members

Send Feedback