Page tree

Versions Compared

Key

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

Excerpt

Permanently removes the specified chart from the worksheet.

Signature
C#C#
Wiki Markup
{description}
{excerpt}Permanently removes the specified chart from the worksheet.{excerpt}
{signature:C#}
 public void Remove(Chart chart)
Signature
{signature}{signature:vb.net
vb.net
}
Public Sub Remove(ByVal chart As Chart)
Parameters
Param
ChartChartA Chart object representing the Chart to remove.
{signature}
{parameters}
{param:Chart}A [Chart|Chart] object representing the Chart to remove.{param}