MESCIUS.ActiveReports.SpreadBuilder Assembly / GrapeCity.SpreadBuilder.Imaging Namespace / LineInfo Class / LineInfo Constructor / LineInfo Constructor(Int32,Int16,Int32,Int16,Int32,Int16,Int32,Int16,ObjectDirection,Int32,LineStyles,Color,Boolean,SBFloatingMoveType,LineArrowHeadStyles,LineArrowHeadWidths,LineArrowHeadLengths,LineArrowHeadStyles,LineArrowHeadWidths,LineArrowHeadLengths)
The one-based column containing the upper-left corner of the line's bounding rectangle.
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 width.
The one-based row containing the upper-left corner of the line's bounding rectangle.
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 height.
The one-based column containing the lower right corner of the line's bounding rectangle.
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 width.
The one-based row containing the lower right corner of the line's bounding rectangle.
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 height.
The direction of the line. Use GrapeCity.SpreadBuilder.Escher.LineDirections constants to define the "quadrant index."
The thickness of the line.
The style of the line.
The System.Drawing.Color for the line.
Excel automatic border option.
The options users will have for moving or resizing the line in the spreadsheet.
The style of the starting arrowhead.
The width of the starting arrowhead.
The length of the starting arrowhead.
The style of the ending arrowhead.
The width of the ending arrowhead.
The length of the ending arrowhead.

In This Topic
LineInfo Constructor(Int32,Int16,Int32,Int16,Int32,Int16,Int32,Int16,ObjectDirection,Int32,LineStyles,Color,Boolean,SBFloatingMoveType,LineArrowHeadStyles,LineArrowHeadWidths,LineArrowHeadLengths,LineArrowHeadStyles,LineArrowHeadWidths,LineArrowHeadLengths)
In This Topic
Create a LineInfo class with setting all the fields and properties.
Syntax
'Declaration
 
Public Function New( _
   ByVal columnLeft As Integer, _
   ByVal dxL As Short, _
   ByVal rowTop As Integer, _
   ByVal dyT As Short, _
   ByVal columnRight As Integer, _
   ByVal dxR As Short, _
   ByVal rowBottom As Integer, _
   ByVal dyB As Short, _
   ByVal iQu As ObjectDirection, _
   ByVal weight As Integer, _
   ByVal style As LineStyles, _
   ByVal netColor As Color, _
   ByVal fAuto As Boolean, _
   ByVal MoveType As SBFloatingMoveType, _
   ByVal StartAHStyle As LineArrowHeadStyles, _
   ByVal StartAHWidth As LineArrowHeadWidths, _
   ByVal StartAHLength As LineArrowHeadLengths, _
   ByVal EndAHStyle As LineArrowHeadStyles, _
   ByVal EndAHWidth As LineArrowHeadWidths, _
   ByVal EndAHLength As LineArrowHeadLengths _
)
 

Parameters

columnLeft
The one-based column containing the upper-left corner of the line's bounding rectangle.
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 width.
rowTop
The one-based row containing the upper-left corner of the line's bounding rectangle.
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 height.
columnRight
The one-based column containing the lower right corner of the line's bounding rectangle.
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 width.
rowBottom
The one-based row containing the lower right corner of the line's bounding rectangle.
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 height.
iQu
The direction of the line. Use GrapeCity.SpreadBuilder.Escher.LineDirections constants to define the "quadrant index."
weight
The thickness of the line.
style
The style of the line.
netColor
The System.Drawing.Color for the line.
fAuto
Excel automatic border option.
MoveType
The options users will have for moving or resizing the line in the spreadsheet.
StartAHStyle
The style of the starting arrowhead.
StartAHWidth
The width of the starting arrowhead.
StartAHLength
The length of the starting arrowhead.
EndAHStyle
The style of the ending arrowhead.
EndAHWidth
The width of the ending arrowhead.
EndAHLength
The length of the ending arrowhead.
See Also