Spread WPF 17
GrapeCity.Excel Namespace / IExcelColorFilter Interface / DxfId Property


In This Topic
    DxfId Property (IExcelColorFilter)
    In This Topic
    Id of differential format record (dxf) in the Styles Part which expresses the color value to filter by.
    Syntax
    'Declaration
     
    Property DxfId As UInteger
    'Usage
     
    Dim instance As IExcelColorFilter
    Dim value As UInteger
     
    instance.DxfId = value
     
    value = instance.DxfId
    uint DxfId {get; set;}
    See Also