{CompanyName} FlexyGo

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

Adds the excel sheet to excel template.

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

Syntax


public string AddExcelSheetToExcelTemplate(
	string strExcelFile,
	string strExcelTemplate,
	int intIndexOfExcelSheetToBeCopied,
	string strExcelSheetName
)
Public Function AddExcelSheetToExcelTemplate ( _
	strExcelFile As String, _
	strExcelTemplate As String, _
	intIndexOfExcelSheetToBeCopied As Integer, _
	strExcelSheetName As String _
) 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.
strExcelSheetName
Type: String
Name of the string excel sheet.

Return Value

System.String.