Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0
Description

Excerpt

The Charts collection contains all charts in the specified worksheet. Chart sheets are not included in this collection. To return a Charts collection, use Worksheet.Charts.

Signature
C#C#
Wiki Markup
{description}
{excerpt}The Charts collection contains all charts in the specified worksheet. Chart sheets are not included in this collection. To return a {{Charts}} collection, use [Worksheet.Charts|Worksheet.Charts].{excerpt}
{signature:C#}
[DefaultMember("Item")]
 public sealed class Charts : System.Collections.Generic.IEnumerable<Chart>
Signature
{signature}{signature:vb.net
vb.net
}
<DefaultMember("Item")> _
	Public NotInheritable Class Charts
		Implements System.Collections.Generic.IEnumerable(Of Chart)
Properties

...

Name

...

Description

...

Count

{signature}
{properties}
||Name||Description||
|[Count|Charts.Count]|{excerpt-include

...

:Charts.Count

...

Indexers

...

Name

...

Description

|nopanel=true}|
{indexers}
||Name||Description||
|[Item(Int32)

...

|Charts.Item(Int32)

...

]|{excerpt-include:Charts.Item(Int32)

...

|nopanel

...

=true}|
|[Item(String)

...

|Charts.Item(String)

...

]|{excerpt-include:Charts.Item(String)

...

|nopanel

...

Methods

...

Name

...

Description

=true}|
{methods}
||Name||Description||
|[AddChart(Chart, Anchor)

...

|Charts.AddChart(Chart, Anchor)

...

]|{excerpt-include:Charts.AddChart(Chart, Anchor)

...

|nopanel

...

=true}|
|[CreateChart(ChartType, Anchor)

...

|Charts.CreateChart(ChartType, Anchor)

...

]|{excerpt-include:Charts.CreateChart(ChartType, Anchor)

...

|nopanel

...

=true}|
|[GetEnumerator()

...

|Charts.GetEnumerator()

...

]|{excerpt-include:Charts.GetEnumerator()

...

|nopanel

...

=true}|
|[Remove(Chart)

...

|Charts.Remove(Chart)

...

]|{excerpt-include:Charts.Remove(Chart)

...

|nopanel

...

=true}|
|[Remove(Int32)

...

|Charts.Remove(Int32)

...

]|{excerpt-include:Charts.Remove(Int32)

...

|nopanel

...

=true}|