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