Exports the grid to a XLS file.
[Visual Basic]
Overloads Public Sub ExportToExcel( _
ByVal filename As String _
)
[C#]
public void ExportToExcel(
string filename
);
[Delphi]
public procedure ExportToExcel(
filename: String
); overload;
Example
For an example using the ExportToExcel method, see Exporting to Excel.
See Also
C1TrueDBGrid Class | C1TrueDBGrid Members | C1.Win.C1TrueDBGrid Namespace | C1TrueDBGrid.ExportToExcel Overload List
Send comments about this topic to ComponentOne. Copyright © ComponentOne LLC. All rights reserved. |