Amazon Wish List News RSS feed. Development Blog Browse the Forums  
  Overview - Downloads - Examples - News Feed - Contact Info -

ExcelDataLink.ExtractToExcel Method 

Extract records from the data source and insert them to the specified file using the DataLinkProvider ExtractRecords method.

[Visual Basic]
Public Function ExtractToExcel( _
   ByVal fileName As String _
) As Boolean
[C#]
public bool ExtractToExcel(
   string fileName
);

Parameters

fileName
The files where the records be written.

Return Value

True if the operation is successful. False otherwise.

See Also

ExcelDataLink Class | FileHelpers.DataLink Namespace


Powered by:

Source Forge Thanks Jetbrains for support us !! Thanks BB Software for support us !! TestDriven.NET Code Coverage by Clover.NET Code Project Article Larkware News Sharp Toolbox