WebWorksheets.AddCopy
Contents
[
Hide
]AddCopy(int)
Adds a worksheet to the collection and copies data from an existed worksheet.
public int AddCopy(int sheetIndex)
Parameter | Type | Description |
---|---|---|
sheetIndex | Int32 | Index of source worksheet. |
Return Value
Worksheet object index.
See Also
- class WebWorksheets
- namespace Aspose.Cells.GridWeb.Data
- assembly Aspose.Cells.GridWeb
AddCopy(WebWorksheet)
Adds a worksheet to the collection and copys data from an existed worksheet.
public int AddCopy(WebWorksheet srcSheet)
Parameter | Type | Description |
---|---|---|
srcSheet | WebWorksheet | Source of WebWorksheet. |
Return Value
WebWorksheet
object index.
See Also
- class WebWorksheet
- class WebWorksheets
- namespace Aspose.Cells.GridWeb.Data
- assembly Aspose.Cells.GridWeb
AddCopy(string)
Adds a worksheet to the collection and copys data from an existed worksheet.
public int AddCopy(string sheetName)
Parameter | Type | Description |
---|---|---|
sheetName | String | Name of source worksheet. |
Return Value
WebWorksheet
object index.
See Also
- class WebWorksheets
- namespace Aspose.Cells.GridWeb.Data
- assembly Aspose.Cells.GridWeb