Page tree
    Created with Raphaël 2.1.0
    Loading...
Skip to end of metadata
Go to start of metadata

Description

Sets or returns the formula containing the name of the series. See also Series.Name.
C#
public System.String NameFormula{ get; set; }
vb.net
Public Property NameFormula() 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.Name property. If you set both a Name and a NameFormula, the one that is set last will take effect.

  • No labels