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