GrapeCity.Xaml.SpreadSheet.Data
Item Property (SpreadChartElementCollection<T>)


Gets or sets the SpreadChartElement at the specified index.
Syntax
'Declaration
 
Public Overrides Default Property Item( _
   ByVal index As Integer _
) As T
'Usage
 
Dim instance As SpreadChartElementCollection(Of T)
Dim index As Integer
Dim value As T
 
instance.Item(index) = value
 
value = instance.Item(index)
public override T this[ 
   int index
]; {get; set;}

Parameters

index
Requirements

Target Platforms: Windows Server 2012, Windows RT

See Also

Reference

SpreadChartElementCollection<T> Class
SpreadChartElementCollection<T> Members

 

 


Copyright © GrapeCity, inc. All rights reserved.

Support Options