InsertAfter Method (ws)

Yogesh.ExcelXml

A Sandcastle Documented Class Library InsertAfter Method (ws)
NamespacesYogesh.ExcelXmlExcelXmlWorkbookInsertAfter(Worksheet)
Insert a new sheet after another sheet
Declaration Syntax
C# Visual Basic Visual C++
public Worksheet InsertAfter(
	Worksheet ws
)
Public Function InsertAfter ( _
	ws As Worksheet _
) As Worksheet
public:
Worksheet^ InsertAfter(
	Worksheet^ ws
)
Parameters
ws (Worksheet)
Instance 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