InsertBefore Method (ws)

Yogesh.ExcelXml

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