GrapeCity.Xaml.Excel
Order Property (ExcelTrendLine)


GrapeCity.Excel.Chart Namespace > ExcelTrendLine Class : Order Property
Gets or sets the order.
Syntax
'Declaration
 
Public Property Order As Integer
'Usage
 
Dim instance As ExcelTrendLine
Dim value As Integer
 
instance.Order = value
 
value = instance.Order
public int Order {get; set;}

Property Value

The order.
See Also

Reference

ExcelTrendLine Class
ExcelTrendLine Members