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!

DataGridRelationshipRow.GetCellBounds

[To be supplied.]

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

Parameters

col
[To be supplied.]

See Also

DataGridRelationshipRow Class | DataGridRelationshipRow Members | System.WinForms Namespace