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

ExcelDataLink.InsertFromExcel Method 

Extract records from a file and insert them to the data source using the DataLinkProvider InsertRecords method.

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

Parameters

excelFileName
The file with the source records.

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