Spread WPF 17
GrapeCity.Excel Namespace / ExcelConditionalFormat Class / Identifier Property


In This Topic
    Identifier Property (ExcelConditionalFormat)
    In This Topic
    Gets the identifier.
    Syntax
    'Declaration
     
    Public Property Identifier As Short
    'Usage
     
    Dim instance As ExcelConditionalFormat
    Dim value As Short
     
    instance.Identifier = value
     
    value = instance.Identifier
    public short Identifier {get; set;}

    Property Value

    The identifier.
    See Also