ArcFM Solution Developer Guide
FillWeight Property


Syntax
'Declaration
 
<SRCategoryAttribute("CatLayout")>
<System.ComponentModel.DefaultValueAttribute(100)>
<SRDescriptionAttribute("DataGridViewColumn_FillWeightDescr")>
Public Property FillWeight As System.Single
'Usage
 
Dim instance As TreeGridViewTextBoxColumn
Dim value As System.Single
 
instance.FillWeight = value
 
value = instance.FillWeight
[SRCategory("CatLayout")]
[System.ComponentModel.DefaultValue(100)]
[SRDescription("DataGridViewColumn_FillWeightDescr")]
public System.float FillWeight {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

TreeGridViewTextBoxColumn Class
TreeGridViewTextBoxColumn Members

 

 


Send Comment