LineFormat Interface

Represents line and arrowhead formatting.

Namespace:  Microsoft.Office.Interop.Excel
Assembly:  Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)

Syntax

'Declaration
<GuidAttribute("000C0317-0000-0000-C000-000000000046")> _
Public Interface LineFormat _
    Inherits _IMsoDispObj
'Usage
Dim instance As LineFormat
[GuidAttribute("000C0317-0000-0000-C000-000000000046")]
public interface LineFormat : _IMsoDispObj

Remarks

For a line, the LineFormat object contains formatting information for the line itself; for a shape with a border, this object contains formatting information for the shape's border.

Use the Line property to return a LineFormat object.

See Also

Reference

LineFormat Members

Microsoft.Office.Interop.Excel Namespace