Wimark.Controls Class Library  

DataGridView.CurrentGroupOrCell Property

Gets or sets the currently active group or cell.

[Visual Basic]
Public Property CurrentGroupOrCell As Object 
[C#]
public object CurrentGroupOrCell {get; set;}
[C++]
public: __property Object* get_CurrentGroupOrCell();
public: __property void set_CurrentGroupOrCell(Object*);

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

DataGridView Class | DataGridView Members | Wimark.Controls Namespace