Item Property (TrendLinesCollection)
In This Topic
Gets the specified TrendLine from the collection by numeric index.
Syntax
'Declaration
Public ReadOnly Default Property Item( _
ByVal As System.Integer _
) As TrendLine
public TrendLine this[
System.int
]; {get;}
Parameters
- i
See Also