ExtendedDataGridView ChangeRowHeight Method CleanCode C# Libraries v1.2.03 API
Changes the height of each row in the DataGridView.

Namespace: CleanCode.DataGridViewControls
Assembly: CleanCode.DataGridViewControls (in CleanCode.DataGridViewControls.dll) Version: 1.2.3.0 (1.2.03)
Syntax

public void ChangeRowHeight(
	int increment
)

Parameters

increment
Type: OnlineSystem Int32
The increment (positive or negative) in pixels.
See Also