Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / ITop10 Interface / Percent Property


In This Topic
Percent Property (ITop10)
In This Topic
Gets or sets a Boolean value, specifying if the rank is determined by a percentage value.
Syntax
'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.
See Also