Spread WPF 17
GrapeCity.Excel Namespace / IExcelConditionalFormat Interface / Identifier Property


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

    Property Value

    The identifier.
    See Also