ArcFM Solution Developer Guide
CellBorderStyle Property


Syntax
'Declaration
 
<SRCategoryAttribute("CatAppearance")>
<SRDescriptionAttribute("DataGridView_CellBorderStyleDescr")>
<System.ComponentModel.BrowsableAttribute(True)>
<System.ComponentModel.DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
Public Property CellBorderStyle As System.Windows.Forms.DataGridViewCellBorderStyle
'Usage
 
Dim instance As TreeGridView
Dim value As System.Windows.Forms.DataGridViewCellBorderStyle
 
instance.CellBorderStyle = value
 
value = instance.CellBorderStyle
[SRCategory("CatAppearance")]
[SRDescription("DataGridView_CellBorderStyleDescr")]
[System.ComponentModel.Browsable(true)]
[System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)]
public System.Windows.Forms.DataGridViewCellBorderStyle CellBorderStyle {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

TreeGridView Class
TreeGridView Members

 

 


Send Comment