Spread WPF 17
GrapeCity.Excel Namespace / IDifferentialFormatting Interface / IsDFXExten Property


In This Topic
    IsDFXExten Property (IDifferentialFormatting)
    In This Topic
    Flag indicate whether it's a extended different formatting record.
    Syntax
    'Declaration
     
    Property IsDFXExten As Boolean
    'Usage
     
    Dim instance As IDifferentialFormatting
    Dim value As Boolean
     
    instance.IsDFXExten = value
     
    value = instance.IsDFXExten
    bool IsDFXExten {get; set;}

    Property Value

    true if it;s a extended record; otherwise, false.
    See Also