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