DropLines Interface 

Represents the drop lines in a chart group.

Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in microsoft.office.interop.excel.dll)

Usage

Public Class ropLinesImplementation
    Implements DropLines
End Class
Dim ropLinesImplementation1 As New ropLinesImplementation()

Syntax

Public Interface DropLines
public interface DropLines
public interface class DropLines
public interface DropLines
public interface DropLines

Remarks

Drop lines connect the points in the chart with the x-axis. Only line and area chart groups can have drop lines. This object isn’t a collection. There’s no object that represents a single drop line; you either have drop lines turned on for all points in a chart group or you have them turned off.

Use the DropLines property to return the DropLines object.

If the HasDropLines property is False, most properties of the DropLines object are disabled.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

See Also

Reference

Microsoft.Office.Interop.Excel Namespace

Other Resources

DropLines Members