Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / TopRankedValuesConditionalFormattingRule Class / IsPercent Property
Example


In This Topic
    IsPercent Property (TopRankedValuesConditionalFormattingRule)
    In This Topic
    Gets or sets whether this conditional formatting rule is used as a percentage.
    Syntax
    '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.
    Example
    This example sets the IsPercent property.
    See Also