Overload List
Exports the specified rows from the grid to the specified file as delimited text.
[Visual Basic] Overloads Public Sub ExportToDelimitedFile(String, RowSelectorEnum)
[C#] public void ExportToDelimitedFile(string, RowSelectorEnum);
[Delphi] public procedure ExportToDelimitedFile(String; RowSelectorEnum); overload;
Exports the specified rows from the grid to the specified file as delimited text.
[Visual Basic] Overloads Public Sub ExportToDelimitedFile(String, RowSelectorEnum, String)
[C#] public void ExportToDelimitedFile(string, RowSelectorEnum, string);
[Delphi] public procedure ExportToDelimitedFile(String; RowSelectorEnum; String); overload;
Exports the specified rows from the grid to the specified file as delimited text.
[Visual Basic] Overloads Public Sub ExportToDelimitedFile(String, RowSelectorEnum, String, String)
[C#] public void ExportToDelimitedFile(string, RowSelectorEnum, string, string);
[Delphi] public procedure ExportToDelimitedFile(String; RowSelectorEnum; String; String); overload;
Exports the specified rows from the grid to the specified file as delimited text.
[Visual Basic] Overloads Public Sub ExportToDelimitedFile(String, RowSelectorEnum, String, String, String)
[C#] public void ExportToDelimitedFile(string, RowSelectorEnum, string, string, string);
[Delphi] public procedure ExportToDelimitedFile(String; RowSelectorEnum; String; String; String); overload;
Exports the specified rows from the grid to the specified file as delimited text.
[Visual Basic] Overloads Public Sub ExportToDelimitedFile(String, RowSelectorEnum, String, String, String, Boolean)
[C#] public void ExportToDelimitedFile(string, RowSelectorEnum, string, string, string, bool);
Exports the specified rows from the grid to the specified file as delimited text.
[Visual Basic] Overloads Public Sub ExportToDelimitedFile(String, RowSelectorEnum, String, String, String, Boolean, String)
[C#] public void ExportToDelimitedFile(string, RowSelectorEnum, string, string, string, bool, string);
See Also
C1TrueDBGrid Class | C1TrueDBGrid Members | C1.Win.C1TrueDBGrid Namespace
Send comments about this topic to ComponentOne. Copyright © ComponentOne LLC. All rights reserved. |