Wimark.Controls Class Library  

DataGridViewCell.Shareable Property

Gets or sets a value indicating whether the cell can be shared when it is scrolled out of view.

[Visual Basic]
Public Property Shareable As Boolean 
[C#]
public bool Shareable {get; set;}
[C++]
public: __property bool get_Shareable();
public: __property void set_Shareable(bool);

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