'Declaration Public Overloads Function InsertNewWorksheet( _
ByVal indexНовый индекс рабочего листа.As System.Int32, _
ByVal nameИмя нового рабочего листа.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
- Новый индекс рабочего листа.
- name
- Имя нового рабочего листа.
Return Value
Новый рабочий лист.