Description |
---|
Excerpt |
---|
Sets or returns the name of the series. See also Series.NameFormula. |
Signature | ||||
---|---|---|---|---|
| ||||
public System.String Name{ get; set; } |
Signature | ||||
---|---|---|---|---|
| ||||
Public Property Name() As String |
Remarks |
---|
If a name is not neither a Name nor a NameFormula are set, a default series name will be used in the worksheet. The default name format 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. |