ppsGrid Class Library
FocusCell Property
NamespacesppsGridGridFocusCell
ppsGrid (c] 2004-2007 by Torsten Oberprieler
Ruft den Spalten- und Zeilenindex als Point-Struktur von der Zelle ab, das gegenwärtig den Fokus besitzt, oder legt sie fest.
Declaration Syntax
C#Visual BasicVisual C++
public Point FocusCell{ get; set;}
Public Property FocusCell As Point
public:
property Point FocusCell {
	Point get ();
	void set (Point value);
}
Value
Der Point, der die Fokuszelle des Steuerelements relativ zur linken oberen Ecke darstellt.
Examples
CopyC#
Point pt = new Point (2,2);
grid.FocusCell = pt;
...
pt = grid.FocusCell;
Console.WriteLine(pt);

Assembly: ppsGrid (Module: ppsGrid) Version: 1.3.4.0