Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Description

Excerpt

Sets or returns the formula containing the name of the series. See also Series.Name.

Signature
C#
C#
<table class="diff-macro"><thead><tr><th class="diff-macro-title">unmigrated-wiki-markup</th></tr></thead><tbody><tr><td class="diff-macro-body"><pre>
 public System.String NameFormula{ get; set; }
</pre></td></tr></tbody></table>
Signature
vb.net
vb.net
Public <p>Public Property NameFormula() As String</p>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.Name property. If you set both a Name and a NameFormula, the one that is set last will take effect.