Page tree

Versions Compared

Key

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

Excerpt

Sets or returns the name of the series. See also Series.NameFormula.

Signature
C#C#
Wiki Markup
{description}
{excerpt}Sets or returns the name of the series.  See also [Series.NameFormula|Series.NameFormula].{excerpt}
{signature:C#}
 public System.String Name{ get; set; }
Signature
{signature}{signature:vb.net
vb.net
}
Public Property Name() As String
Remarks

If neither a Name nor a NameFormula are set, a default series name will be used in the worksheet. The default name is the series number.

Setting this property will clear the Series.NameFormula property. If you set both a Name and a NameFormula, the one that is set last will take effect.
{signature}
{remarks}If neither a Name nor a NameFormula are set, a default series name will be used in the worksheet. The default name is the series number.

Setting this property will clear the [Series.NameFormula] property. If you set both a Name and a NameFormula, the one that is set last will take effect.{remarks}