ActiveReports Developer 7
LineInfo Class Members
See Also  Fields  Properties 
GrapeCity.ActiveReports.Export.Excel.v7 Assembly > GrapeCity.SpreadBuilder.Imaging Namespace : LineInfo Class

Glossary Item Box

The following tables list the members exposed by LineInfo.

Public Constructors

 NameDescription
Public ConstructorLineInfo ConstructorInitializes a new instance of the LineInfo class.  
Top

Public Fields

 NameDescription
Public FieldColorThe System.Drawing.Color for the line.  
Public FielddxLThe X (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 FielddxRThe X (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 FielddyBThe Y (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 FielddyTThe Y (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 FieldEndAHLengthThe length of the ending arrowhead.  
Public FieldEndAHStyleThe style of the ending arrowhead.  
Public FieldEndAHWidthThe width of the ending arrowhead.  
Public FieldfAutoExcel automatic border option.  
Public FieldiQuThe direction of the line.  Use GrapeCity.SpreadBuilder.Escher.LineDirections constants to define the "quadrant index."  
Public FieldMoveTypeThe options users will have for moving or resizing the line with cells in spreadsheet.  
Public FieldStartAHLengthThe length of the starting arrowhead.  
Public FieldStartAHStyleThe style of the starting arrowhead.  
Public FieldStartAHWidthThe width of the starting arrowhead.  
Public FieldStyleThe style of the line.   
Public FieldWeightThe thickness of the line.  
Top

Public Properties

 NameDescription
Public PropertyColumnLeftColumn containing the upper-left corner of the object's bounding rectangle.  
Public PropertyColumnRightColumn containing the lower-right corner of the object's bounding rectangle.  
Public PropertyRowBottomRow containing the lower-right corner of the object's bounding rectangle.  
Public PropertyRowTopRow containing the upper-left corner of the object's bounding rectangle.  
Top

See Also