ComponentOne True DBGrid for .NET (2.0) Search HelpCentral 

C1TrueDBGrid.ExportToDelimitedFile Method

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);

[Delphi] public  procedure ExportToDelimitedFile(String; RowSelectorEnum; String; String; String; Boolean); 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, String)

[C#] public void ExportToDelimitedFile(string, RowSelectorEnum, string, string, string, bool, string);

[Delphi] public  procedure ExportToDelimitedFile(String; RowSelectorEnum; String; String; String; Boolean; String); overload;

See Also

C1TrueDBGrid Class | C1TrueDBGrid Members | C1.Win.C1TrueDBGrid Namespace


Send comments about this topic to ComponentOne.
Copyright © ComponentOne LLC. All rights reserved.