Spread WPF 17
GrapeCity.Excel Namespace / IExcelWriter Interface / GetDifferentialFormattingRecords Method


In This Topic
    GetDifferentialFormattingRecords Method
    In This Topic
    Gets the differential formatting settings used in the workbook
    Syntax
    'Declaration
     
    Function GetDifferentialFormattingRecords() As List(Of IDifferentialFormatting)
    'Usage
     
    Dim instance As IExcelWriter
    Dim value As List(Of IDifferentialFormatting)
     
    value = instance.GetDifferentialFormattingRecords()
    List<IDifferentialFormatting> GetDifferentialFormattingRecords()

    Return Value

    A collection represent all differential formatting settings
    See Also