GrapeCity MultiRow Windows Forms Documentation
PageBreakLines Constructor


A Line value represents the color and style of the automatic generated page break lines.
A Line value represents the color and style of the customized page break lines.
Initializes an instance of the PageBreakLines.
Syntax
Public Function New( _
   ByVal automatic As Line, _
   ByVal custom As Line _
)
Dim automatic As Line
Dim custom As Line
 
Dim instance As New PageBreakLines(automatic, custom)
public PageBreakLines( 
   Line automatic,
   Line custom
)

Parameters

automatic
A Line value represents the color and style of the automatic generated page break lines.
custom
A Line value represents the color and style of the customized page break lines.
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

Reference

PageBreakLines Structure
PageBreakLines Members

 

 


Copyright © GrapeCity, inc. All rights reserved.