Intersoft ClientUI Documentation
ToExcelML(UXGridView,IEnumerable,Boolean,Boolean) Method



Returns specified grid data items as html.
Syntax
<ExtensionAttribute()>
Public Overloads Shared Function ToExcelML( _
   ByVal source As UXGridView, _
   ByVal items As IEnumerable, _
   ByVal includeHeader As Boolean, _
   ByVal includeFooter As Boolean _
) As String
Dim source As UXGridView
Dim items As IEnumerable
Dim includeHeader As Boolean
Dim includeFooter As Boolean
Dim value As String
 
value = ExportExtensions.ToExcelML(source, items, includeHeader, includeFooter)
[ExtensionAttribute()]
public static string ToExcelML( 
   UXGridView source,
   IEnumerable items,
   bool includeHeader,
   bool includeFooter
)
[ExtensionAttribute()]
public:
static String^ ToExcelML( 
   UXGridView^ source,
   IEnumerable^ items,
   bool includeHeader,
   bool includeFooter
) 

Parameters

source
items
includeHeader
includeFooter
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