GetElement(Int32,Int32) Method
Gets an Element at the specified series and element index.
Syntax
'Declaration Public Overloads Function GetElement( _ ByVal seriesIndex As Integer, _ ByVal elementIndex As Integer _ ) As Element
'Usage Dim instance As SeriesCollection Dim seriesIndex As Integer Dim elementIndex As Integer Dim value As Element value = instance.GetElement(seriesIndex, elementIndex)
public Element GetElement( int seriesIndex, int elementIndex )
Parameters
- seriesIndex
- Index of the series.
- elementIndex
- Indes of the element.
Return Value
Returns an Element at the specified series and element index.
Requirements
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
See Also