Spread Windows Forms 12.0 Product Documentation
Percent Property (ITop10)


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > ITop10 Interface : Percent Property
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
bool Percent {get; set;}

Property Value

true if percent; otherwise, false.
See Also

Reference

ITop10 Interface
ITop10 Members