InsertAfter Method (sheetName)

Yogesh.ExcelXml

A Sandcastle Documented Class Library InsertAfter Method (sheetName)
NamespacesYogesh.ExcelXmlExcelXmlWorkbookInsertAfter(String)
Insert a new sheet after another sheet
Declaration Syntax
C# Visual Basic Visual C++
public Worksheet InsertAfter(
	string sheetName
)
Public Function InsertAfter ( _
	sheetName As String _
) As Worksheet
public:
Worksheet^ InsertAfter(
	String^ sheetName
)
Parameters
sheetName (String)
Name of sheet after which new sheet will be added
Return Value
New worksheet instance
Remarks
If sheet is not found, the new sheet is added to the end of all sheets

Assembly: Yogesh.ExcelXml (Module: Yogesh.ExcelXml) Version: 2.89.501.2158