GrapeCity.Xaml.Excel
Index Property (ExcelDataPoint)


GrapeCity.Excel.Chart Namespace > ExcelDataPoint Class : Index Property
The index of the datapoint
Syntax
'Declaration
 
Public Property Index As Integer
'Usage
 
Dim instance As ExcelDataPoint
Dim value As Integer
 
instance.Index = value
 
value = instance.Index
public int Index {get; set;}
See Also

Reference

ExcelDataPoint Class
ExcelDataPoint Members