NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

DataGridRow.GetCellBounds

Returns the rectangle where a cell's contents gets painted. The rectangle returned is relative to the top left of the first cell.

[Visual Basic]
Overridable Public Function GetCellBounds( _
   ByVal col As Integer _
) As Rectangle
[C#]
public virtual Rectangle GetCellBounds(
   int col
);
[C++]
public: virtual Rectangle GetCellBounds(
   int col
);
[JScript]
public function GetCellBounds(
   col : int
) : Rectangle;

Parameters

col
[To be supplied.]

Remarks

If row headers are visible, the grid begins painting rows at an offset equal to the row header width.

See Also

DataGridRow Class | DataGridRow Members | System.WinForms Namespace