Add

Add(TrendlineType)

Agrega un objeto a esta colección con el tipo especificado.

public int Add(TrendlineType type)
ParámetroEscribeDescripción
typeTrendlineTypeTipo de línea de tendencia.

Valor_devuelto

Trendline índice de objetos

Ver también


Add(TrendlineType, string)

Agrega un objeto a esta colección con el tipo y el nombre especificados.

public int Add(TrendlineType type, string name)
ParámetroEscribeDescripción
typeTrendlineTypeTipo de línea de tendencia.
nameStringNombre de la línea de tendencia.

Valor_devuelto

Trendline índice de objetos

Ver también