Version

ArrangeRow Method

Calls Arrange on the specified row.
Syntax
'Declaration
 
Public Shared Function ArrangeRow( _
   ByVal row As RowBase, _
   ByVal left As Double, _
   ByVal top As Double, _
   ByVal width As Double, _
   ByVal height As Double _
) As Boolean
public static bool ArrangeRow( 
   RowBase row,
   double left,
   double top,
   double width,
   double height
)

Parameters

row
The row that should be arranged.
left
The left value the row should be positioned at.
top
The top value the row should be positioned at.
width
The width the row should be.
height
The height the row should be.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, 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