Document Solutions for Excel, .NET Edition | Document Solutions
Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel Namespace
/
IWorksheets Interface
/ AddBefore Method
The specified sheet index.
Collapse All
Expand All
Language Filter: All
Language Filter: Multiple
Language Filter: Visual Basic
Language Filter: C#
C#
In This Topic
AddBefore Method
In This Topic
Creates a new worksheet and inserts it before the specified sheet.
Syntax
C#
IWorksheet
AddBefore(
IWorksheet
sheet
)
Parameters
sheet
The specified sheet index.
Return Value
Returns the new worksheet.
See Also
Reference
IWorksheets Interface
IWorksheets Members