FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / Top10FilterItem Class / IsPercent Property


In This Topic
IsPercent Property (Top10FilterItem)
In This Topic
Gets or sets a boolean value that specifies whether the filter is based on a percentage.
Syntax
'Declaration
 
Public Property IsPercent As Boolean
 
'Usage
 
Dim instance As Top10FilterItem
Dim value As Boolean
 
instance.IsPercent = value
 
value = instance.IsPercent
See Also