GrapeCity.Xaml.Excel
Name Property (ExcelTrendLine)


GrapeCity.Excel.Chart Namespace > ExcelTrendLine Class : Name Property
Specifies the name of the trendline.
Syntax
'Declaration
 
Public Property Name As String
'Usage
 
Dim instance As ExcelTrendLine
Dim value As String
 
instance.Name = value
 
value = instance.Name
public string Name {get; set;}
See Also

Reference

ExcelTrendLine Class
ExcelTrendLine Members