'Declaration Public Overloads Function InsertNewWorksheet( _
ByVal indexNew index of the worksheet.As System.Int32 _
) As Vintasoft.Imaging.Office.Spreadsheet.Document.Worksheet
public Vintasoft.Imaging.Office.Spreadsheet.Document.Worksheet InsertNewWorksheet(
System.Int32 index
)
public: Vintasoft.Imaging.Office.Spreadsheet.Document.Worksheet* InsertNewWorksheet(
System.Int32 index
)
public:
Vintasoft.Imaging.Office.Spreadsheet.Document.Worksheet^ InsertNewWorksheet(
System.Int32 index
)
Parameters
- index
- New index of the worksheet.
Return Value
The new worksheet.