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.Height

[To be supplied.]

[Visual Basic]
Overridable Public Property Height As Integer
[C#]
public int Height {virtual get; virtual set;}
[C++]
public: __property virtual int get_Height();
public: __property virtual void set_Height(int);
[JScript]
public function get Height() : int;
public function set Height(int);

See Also

DataGridRow Class | DataGridRow Members | System.WinForms Namespace