Intersoft ClientUI Documentation
ToCsv(UXGridView) Method



Returns all grid data items as comma separated values including header.
Syntax
<ExtensionAttribute()>
Public Overloads Shared Function ToCsv( _
   ByVal source As UXGridView _
) As String
Dim source As UXGridView
Dim value As String
 
value = ExportExtensions.ToCsv(source)
[ExtensionAttribute()]
public static string ToCsv( 
   UXGridView source
)
[ExtensionAttribute()]
public:
static String^ ToCsv( 
   UXGridView^ source
) 

Parameters

source
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ExportExtensions Class
ExportExtensions Members
Overload List

Send Feedback