'Declaration
<System.ComponentModel.CategoryAttribute("General")> <System.ComponentModel.DescriptionAttribute("Gets or sets the number of cells contained in this indicator")> <System.ComponentModel.DefaultValueAttribute(6)> <System.Xml.Serialization.XmlAttributeAttribute()> Public Property CellCount As System.Integer
'Usage
Dim instance As NNumericDisplayPanel Dim value As System.Integer instance.CellCount = value value = instance.CellCount
[System.ComponentModel.Category("General")] [System.ComponentModel.Description("Gets or sets the number of cells contained in this indicator")] [System.ComponentModel.DefaultValue(6)] [System.Xml.Serialization.XmlAttribute()] public System.int CellCount {get; set;}