ArcFM Solution Developer Guide
Height Property (TreeGridViewRow)


Syntax
'Declaration
 
<System.ComponentModel.DefaultValueAttribute(22)>
<System.ComponentModel.NotifyParentPropertyAttribute(True)>
<SRCategoryAttribute("CatAppearance")>
<SRDescriptionAttribute("DataGridView_RowHeightDescr")>
Public Property Height As System.Integer
'Usage
 
Dim instance As TreeGridViewRow
Dim value As System.Integer
 
instance.Height = value
 
value = instance.Height
[System.ComponentModel.DefaultValue(22)]
[System.ComponentModel.NotifyParentProperty(true)]
[SRCategory("CatAppearance")]
[SRDescription("DataGridView_RowHeightDescr")]
public System.int Height {get; set;}
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

TreeGridViewRow Class
TreeGridViewRow Members

 

 


Send Comment