Percent Property (ITop10)
Gets or sets a Boolean value, specifying if the rank is determined by a percentage value.
'Declaration
Property Percent As Boolean
'Usage
Dim instance As ITop10
Dim value As Boolean
instance.Percent = value
value = instance.Percent
Property Value
true
if percent; otherwise,
false
.