ActiveReports Developer 7
LineArrowHeadWidths Enumeration
See Also 
GrapeCity.ActiveReports.Export.Excel.v7 Assembly > GrapeCity.SpreadBuilder.Imaging Namespace : LineArrowHeadWidths Enumeration

Glossary Item Box

Enumerated type for Excel arrowhead widths.

Syntax

Visual Basic (Declaration) 
Public Enum LineArrowHeadWidths 
   Inherits System.Enum
C# 
public enum LineArrowHeadWidths : System.Enum 

Members

MemberDescription
MediumRenders a line with a medium-width arrowhead.
NarrowRenders a line with a narrow arrowhead.
WideRenders a line with a wide arrowhead.

Remarks

Used with DDSheet.AddLine(..).

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.SpreadBuilder.Imaging.LineArrowHeadWidths

See Also