GrapeCity.Xaml.Excel
Index Property (ExcelPieSeries)


GrapeCity.Excel.Chart Namespace > ExcelPieSeries Class : Index Property
Specifies the index of the containing element. It shall determine which of the parent's children collection this elemeht applies to.
Syntax
'Declaration
 
Public Property Index As Integer
'Usage
 
Dim instance As ExcelPieSeries
Dim value As Integer
 
instance.Index = value
 
value = instance.Index
public int Index {get; set;}
See Also

Reference

ExcelPieSeries Class
ExcelPieSeries Members