InsertAfter Method (index)

Yogesh.ExcelXml

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

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