GrapeCity.Xaml.Excel
GetDifferentialFormattingRecords Method


GrapeCity.Excel Namespace > IExcelWriter Interface : GetDifferentialFormattingRecords Method
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

Reference

IExcelWriter Interface
IExcelWriter Members