ActiveReports 8
LineArrowHeadWidths Enumeration
See Also 
GrapeCity.ActiveReports.Export.Excel.v8 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

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also