Spread WPF 17
GrapeCity.Excel Namespace / IExcelReader Interface / SetDifferentialFormattingRecord Method
The IDifferentialFormatting records will be added to the workbook


In This Topic
    SetDifferentialFormattingRecord Method
    In This Topic
    Add IDifferentialFormatting collection to the workbook, which used to represent formatting properties that are used in various features to modify cell formatting
    Syntax
    'Declaration
     
    Sub SetDifferentialFormattingRecord( _
       ByVal dxf As List(Of IDifferentialFormatting) _
    ) 
    'Usage
     
    Dim instance As IExcelReader
    Dim dxf As List(Of IDifferentialFormatting)
     
    instance.SetDifferentialFormattingRecord(dxf)
    void SetDifferentialFormattingRecord( 
       List<IDifferentialFormatting> dxf
    )

    Parameters

    dxf
    The IDifferentialFormatting records will be added to the workbook
    See Also