GrapeCity.ActiveReports.Export.Excel.v9 Assembly > GrapeCity.SpreadBuilder.Imaging Namespace : LineInfo Class |
The following tables list the members exposed by LineInfo.
Name | Description | |
---|---|---|
LineInfo Constructor | Initializes a new instance of the LineInfo class. |
Name | Description | |
---|---|---|
Color | The System.Drawing.Color for the line. | |
dxL | The 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. | |
dxR | The 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. | |
dyB | The 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. | |
dyT | The 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. | |
EndAHLength | The length of the ending arrowhead. | |
EndAHStyle | The style of the ending arrowhead. | |
EndAHWidth | The width of the ending arrowhead. | |
fAuto | Excel automatic border option. | |
iQu | The direction of the line. Use GrapeCity.SpreadBuilder.Escher.LineDirections constants to define the "quadrant index." | |
MoveType | The options users will have for moving or resizing the line with cells in spreadsheet. | |
StartAHLength | The length of the starting arrowhead. | |
StartAHStyle | The style of the starting arrowhead. | |
StartAHWidth | The width of the starting arrowhead. | |
Style | The style of the line. | |
Weight | The thickness of the line. |
Name | Description | |
---|---|---|
colL | The one-based column containing the upper-left corner of the line's bounding rectangle. | |
colR | The one-based column containing the lower-right corner of the line's bounding rectangle. | |
ColumnLeft | Column containing the upper-left corner of the object's bounding rectangle. | |
ColumnRight | Column containing the lower-right corner of the object's bounding rectangle. | |
RowBottom | Row containing the lower-right corner of the object's bounding rectangle. | |
RowTop | Row containing the upper-left corner of the object's bounding rectangle. | |
rwB | The one-based row containing the lower-right corner of the line's bounding rectangle. | |
rwT | The one-based row containing the upper-left corner of the line's bounding rectangle. |