GrapeCity MultiRow Windows Forms Documentation
FreezeLines Constructor(Line,Line,Line,Line)


The left freeze line.
The top freeze line.
The right freeze line.
The bottom freeze line.
Initializes a new instance of the FreezeLines class.
Syntax
Public Function New( _
   ByVal left As Line, _
   ByVal top As Line, _
   ByVal right As Line, _
   ByVal bottom As Line _
)
Dim left As Line
Dim top As Line
Dim right As Line
Dim bottom As Line
 
Dim instance As New FreezeLines(left, top, right, bottom)
public FreezeLines( 
   Line left,
   Line top,
   Line right,
   Line bottom
)

Parameters

left
The left freeze line.
top
The top freeze line.
right
The right freeze line.
bottom
The bottom freeze line.
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

FreezeLines Structure
FreezeLines Members
Overload List

 

 


Copyright © GrapeCity, inc. All rights reserved.