{CompanyName} FlexyGo

ExcelExport..::..AddExcelSheetToExcelTemplate Method (String, String, Int32)

Adds the excel sheet to excel template.

Namespace:  FLEXYGO
Assembly:  flxUtilities (in flxUtilities.dll)

Syntax


public string AddExcelSheetToExcelTemplate(
	string strExcelFile,
	string strExcelTemplate,
	int intIndexOfExcelSheetToBeCopied
)
Public Function AddExcelSheetToExcelTemplate ( _
	strExcelFile As String, _
	strExcelTemplate As String, _
	intIndexOfExcelSheetToBeCopied As Integer _
) As String

Parameters

strExcelFile
Type: String
The string excel file.
strExcelTemplate
Type: String
The string excel template.
intIndexOfExcelSheetToBeCopied
Type: Int32
The int index of excel sheet to be copied.

Return Value

System.String.