ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.SpreadBuilder Assembly / GrapeCity.SpreadBuilder.Imaging Namespace / LineInfo Class
Fields Properties

In This Topic
    LineInfo Class Members
    In This Topic

    The following tables list the members exposed by LineInfo.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Fields
     NameDescription
    Public FieldThe color the line should be as System.Drawing.Color.  
    Public FieldX (horizontal) position of the upper-left corner of the object's bounding rectangle, relative to the left side of the underlying cell (specified in colL), expressed as 1/1024th of the cell's width.  
    Public FieldX (horizontal) position of the lower-right corner of the object's bounding rectangle, relative to the left side of the underlying cell, expressed as 1/1024th of the cell's width.  
    Public FieldY (vertical) position of the lower-right corner of the object's bounding rectangle, relative to the top of the underlying cell, expressed as 1/1024th of the cell's height.  
    Public FieldY (vertical) position of the upper-left corner of the object's bounding rectangle, relative to the top of the underlying cell, expressed as 1/1024th of the cell's height.  
    Public FieldThe ending arrowhead length.  
    Public FieldUse the LineArrowHeadStyles enumeration to specify the style for the arrow head at the end of the line.  
    Public FieldThe ending arrowhead width.  
    Public FieldSet fAuto to 1 if you want the Excel automatic border option turned on.  
    Public FieldUse GrapeCity.SpreadBuilder.Escher.LineDirections constants to define "quadrant index" (direction of line).  
    Public FieldSet to one of the SBFloatingMoveType constants.  
    Public FieldThe starting arrowhead length.  
    Public FieldUse the LineArrowHeadStyles enumeration to specify the style for the arrow head at the start of the line.  
    Public FieldThe starting arrowhead width.  
    Public FieldSet to one of the Excel enumerated line style values. Effect for Microsoft Excel 97 file format. (BIFF8) 0 Solid 1 Small Dash (No Equivalent Menu for Excel 2000) 2 Square Dot 3 Small Dash, Square Dot (No Equivalent Menu for Excel 2000) 4 Small Dash, Square Dot, Square Dot (No Equivalent Menu for Excel 2000) 5 Loosely spaced Square Dot (No Equivalent Menu for Excel 2000) 6 Dash 7 Long Dash 8 Dash Dot 9 Long Dash Dot 10 Long Dash Dot Dot 11 Round Dot Effect for versions 3, 4, 5, and 7. Version 2 does not support lines. 0 Solid 1 Long Dash 2 Dash 3 Long Dash Dot 4 Long Dash Dot Dot 5 Pattern 50% Solid (No Equivalent Menu for Excel 2000) 6 Pattern 75% Solid (No Equivalent Menu for Excel 2000) 7 Pattern 25% Solid (No Equivalent Menu for Excel 2000) 15 Transparent (No Line)  
    Public FieldSet to one of the Excel enumerated line weight values. Effect for Microsoft Excel 97 file format. (BIFF8) Parameter will generate line with weight parameter as points. Effect for versions 3, 4, 5, and 7. Version 2 does not support lines. 0 Hairline 0 points 1 Single .75 points 2 Double 1.35 points 3 Thick 1.95 points  
    Top
    Public Properties
     NameDescription
    Public PropertyColumn containing the upper-left corner of the object's bounding rectangle.  
    Public PropertyColumn containing the lower-right corner of the object's bounding rectangle.  
    Public PropertyRow containing the lower-right corner of the object's bounding rectangle.  
    Public PropertyRow containing the upper-left corner of the object's bounding rectangle.  
    Top
    See Also