InsertBefore Method (index)

Yogesh.ExcelXml

A Sandcastle Documented Class Library InsertBefore Method (index)
NamespacesYogesh.ExcelXmlExcelXmlWorkbookInsertBefore(Int32)
Insert a new sheet before another sheet
Declaration Syntax
C# Visual Basic Visual C++
public Worksheet InsertBefore(
	int index
)
Public Function InsertBefore ( _
	index As Integer _
) As Worksheet
public:
Worksheet^ InsertBefore(
	int index
)
Parameters
index (Int32)
Index of sheet before which new sheet will be added
Return Value
New worksheet instance
Remarks
If index is less than 0, the new sheet is added to the end of all sheets

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