Wimark.Controls Class Library  

DataGridViewCell.MergedColumns Property

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

[Visual Basic]
Public Property MergedColumns As Integer 
[C#]
public int MergedColumns {get; set;}
[C++]
public: __property int get_MergedColumns();
public: __property void set_MergedColumns(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