Intersoft WebGrid Documentation
Height Property
See Also  Send Feedback
ISNet.WebUI.WebGrid Namespace > WebGridRow Class : Height Property






Gets or sets the height of the row in Unit.

Syntax

Visual Basic (Declaration) 
<ISNet.Serialization.BinarySerializableAttribute()>
<NotifyParentPropertyAttribute(True)>
<DescriptionAttribute("Gets or sets the height of the row in Unit.")>
Public Property Height As Unit
Visual Basic (Usage)Copy Code
Dim instance As WebGridRow
Dim value As Unit
 
instance.Height = value
 
value = instance.Height
C# 
[ISNet.Serialization.BinarySerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
[DescriptionAttribute("Gets or sets the height of the row in Unit.")]
public Unit Height {get; set;}
Delphi 
public read-write property Height: Unit; 
JScript 
ISNet.Serialization.BinarySerializableAttribute()
NotifyParentPropertyAttribute()
DescriptionAttribute("Gets or sets the height of the row in Unit.")
public function get,set Height : Unit
Managed Extensions for C++ 
[ISNet.Serialization.BinarySerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
[DescriptionAttribute("Gets or sets the height of the row in Unit.")]
public: __property Unit get_Height();
public: __property void set_Height( 
   Unit value
);
C++/CLI 
[ISNet.Serialization.BinarySerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
[DescriptionAttribute("Gets or sets the height of the row in Unit.")]
public:
property Unit Height {
   Unit get();
   void set (    Unit value);
}

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

©2012 Intersoft Solutions Corp. All Rights Reserved.