'Declaration
<System.ComponentModel.DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)> <System.Xml.Serialization.XmlAttributeAttribute()> Public Property CellCountMode As DisplayCellCountMode
'Usage
Dim instance As NNumericDisplayPanel Dim value As DisplayCellCountMode instance.CellCountMode = value value = instance.CellCountMode
[System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)] [System.Xml.Serialization.XmlAttribute()] public DisplayCellCountMode CellCountMode {get; set;}