Hide

SftTree/NET 2.0 - Tree Control for Windows Forms

Display
Print

MoveDown Method, FootersClass Class

Moves the specified column footer row down by one row.

Class: FootersClass
Namespace: Softelvdm.SftTreeNET
Assembly: Softelvdm.SftTreeNET

Syntax

public void MoveDown( int RowIndex );
Public Sub MoveDown( ByVal RowIndex As Integer )

Parameters

RowIndex

Zero-based index of the row to move.

Comments

Moves the specified column footer row down by one row.

All cells of the specified row are moved down by one position.

See Also FootersClass Class | Classes | SftTree/NET 2.0