Spread WinForms 15
FarPoint.Excel Assembly / FarPoint.Excel Namespace / ExcelFileHandler Class / CopyOpeningExcelFilesFrom Method
The excel file handler.


In This Topic
CopyOpeningExcelFilesFrom Method
In This Topic
Copies the opening excel files from source excel file handler.
Syntax
'Declaration
 
Public Sub CopyOpeningExcelFilesFrom( _
   ByVal excelFileHandler As ExcelFileHandler _
) 
 
'Usage
 
Dim instance As ExcelFileHandler
Dim excelFileHandler As ExcelFileHandler
 
instance.CopyOpeningExcelFilesFrom(excelFileHandler)

Parameters

excelFileHandler
The excel file handler.
See Also