ActiveReports 12
LineArrowHeadWidths Enumeration

GrapeCity.ActiveReports.Export.Excel.v12 Assembly > GrapeCity.SpreadBuilder.Imaging Namespace : LineArrowHeadWidths Enumeration
Enumerated type for Excel arrowhead widths.
Syntax
'Declaration
 
Public Enum LineArrowHeadWidths 
   Inherits System.Enum
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

Reference

GrapeCity.SpreadBuilder.Imaging Namespace