Namespace: Spire.Xls.Core
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 11.6.0.0 (11.6.0.5020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
IChartTrendLine this[
	int iIndex
] { get; }
ReadOnly Default Property Item ( 
	iIndex As Integer
) As IChartTrendLine
	Get
property IChartTrendLine^ default[int iIndex] {
	IChartTrendLine^ get (int iIndex);
}
abstract Item : IChartTrendLine with get

Parameters

iIndex
Int32

Property Value

IChartTrendLine

See Also