Spread ASP.NET 16
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / UniqueOrDuplicatedConditionalFormattingRule Class / IsUnique Property
Example


In This Topic
    IsUnique Property
    In This Topic
    Gets or sets whether this conditional formatting rule accepts unique values.
    Syntax
    'Declaration
     
    Public Property IsUnique As Boolean
    'Usage
     
    Dim instance As UniqueOrDuplicatedConditionalFormattingRule
    Dim value As Boolean
     
    instance.IsUnique = value
     
    value = instance.IsUnique
    public bool IsUnique {get; set;}

    Property Value

    true if this instance is unique; otherwise, false.
    Example
    This example sets the IsUnique property.
    See Also