Wimark.Controls Class Library  

DataGridViewCell.MergedRows Property

Gets or sets the number of cells beneath that should be merged to this cell.

[Visual Basic]
Public Property MergedRows As Integer 
[C#]
public int MergedRows {get; set;}
[C++]
public: __property int get_MergedRows();
public: __property void set_MergedRows(int);

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows .NET Server family

See Also

DataGridViewCell Class | DataGridViewCell Members | Wimark.Controls Namespace