'Declaration Public Function CopyWorksheet( _
ByVal indexThe worksheet index to copy.As System.Int32 _
) As Vintasoft.Imaging.Office.Spreadsheet.Document.Worksheet
public Vintasoft.Imaging.Office.Spreadsheet.Document.Worksheet CopyWorksheet(
System.Int32 index
)
public: Vintasoft.Imaging.Office.Spreadsheet.Document.Worksheet* CopyWorksheet(
System.Int32 index
)
public:
Vintasoft.Imaging.Office.Spreadsheet.Document.Worksheet^ CopyWorksheet(
System.Int32 index
)
Parameters
- index
- The worksheet index to copy.
Return Value
The copy of worksheet at specified index.