Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin

...

Description

Excerpt

The Worksheets class represents the set of worksheets in an Excel workbook. This object is used to manage (add, copy, remove, etc.) the worksheets in the workbook To return a Worksheets object, use Workbook.Worksheets.

Signature
C#
C#
[DefaultMember("Item")]
 public sealed class Worksheets : System.Collections.Generic.IEnumerable<Worksheet>
{signature}{signature:
}
Signature
vb.net
vb.net
<DefaultMember("Item")> _
	Public NotInheritable Class Worksheets
		Implements System.Collections.Generic.IEnumerable(Of Worksheet)
{signature}
{properties}
||Name||Description||
|[Count|Worksheets.Count]|{
Properties

Name

Description

Count

Excerpt Include

...

Worksheets.Count

...

Worksheets.Count
nopaneltrue
Indexers

Name

Description

Item(Int32)

...

Excerpt Include
Worksheets.Item(Int32)

...

Worksheets.Item(Int32)

...

nopanel

...

...

Excerpt Include
Worksheets.Item(String)

...

Worksheets.Item(String)

...

nopanel

...

true
Methods

Name

Description

CopySheet(Worksheet,

...

...

...

Excerpt Include
Worksheets.CopySheet(Worksheet,

...

Int32,

...

String)

...

Worksheets.CopySheet(Worksheet,

...

Int32,

...

String)

...

nopanel

...

...

...

Excerpt Include
Worksheets.CreateChartsheet(ChartType,

...

String)

...

Worksheets.CreateChartsheet(ChartType,

...

String)

...

nopanel

...

...

...

...

Excerpt Include
Worksheets.CreateChartsheet(ChartType,

...

String,

...

Int32)

...

Worksheets.CreateChartsheet(ChartType,

...

String,

...

Int32)

...

nopanel

...

...

Excerpt Include
Worksheets.CreateWorksheet(String)

...

Worksheets.CreateWorksheet(String)

...

nopanel

...

...

...

Excerpt Include
Worksheets.CreateWorksheet(String,

...

Int32)

...

Worksheets.CreateWorksheet(String,

...

Int32)

...

nopanel

...

...

Excerpt Include
Worksheets.Delete(Int32)

...

Worksheets.Delete(Int32)

...

nopanel

...

...

Excerpt Include
Worksheets.Delete(String)

...

Worksheets.Delete(String)

...

nopanel

...

...

Excerpt Include
Worksheets.GetEnumerator()

...

Worksheets.GetEnumerator()

...

nopanel

...

...

...

Excerpt Include
Worksheets.InsertSheet(String,

...

Int32)

...

Worksheets.InsertSheet(String,

...

Int32)

...

nopanel

...

...

...

Excerpt Include
Worksheets.MoveSheet(Worksheet,

...

Int32)

...

Worksheets.MoveSheet(Worksheet,

...

Int32)

...

nopanel

...

...

Excerpt Include
Worksheets.Select(Object())

...

Worksheets.Select(Object())

...

nopanel

...

true

...