'Declaration Public Property IsPercent As Boolean
'Usage Dim instance As TopRankedValuesConditionalFormattingRule Dim value As Boolean instance.IsPercent = value value = instance.IsPercent
public bool IsPercent {get; set;}
Property Value
true
if this instance is a percent; otherwise, false
.