Document Solutions for Excel, .NET Edition
Demos
Docs
API
Pricing
Download
Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel Namespace
/
IWorksheet Interface
/ CopyBefore Method
The sheet before which the copied sheet will be placed. It can be the sheet of the same or another workbook.
Collapse All
Expand All
Language Filter: All
Language Filter: Multiple
Language Filter: Visual Basic
Language Filter: C#
C#
In This Topic
Syntax
See Also
Document Solutions for Excel, .NET Edition Overview
Key Features
Getting Started
Features
Templates
File Operations
Document Solutions Data Viewer
API Reference
Release Notes
CopyBefore Method (IWorksheet)
In This Topic
Syntax
See Also
Copies the sheet to the location before the specified sheet.
Syntax
C#
IWorksheet
CopyBefore(
IWorksheet
targetSheet
)
Parameters
targetSheet
The sheet before which the copied sheet will be placed. It can be the sheet of the same or another workbook.
Return Value
The new copied sheet
See Also
Reference
IWorksheet Interface
IWorksheet Members