Spread Silverlight Documentation
SetDifferentialFormattingRecord Method


GrapeCity.Excel Namespace > IExcelReader Interface : SetDifferentialFormattingRecord Method
The IDifferentialFormatting records will be added to the workbook
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 System.Collections.Generic.List(Of IDifferentialFormatting) _
) 
'Usage
 
Dim instance As IExcelReader
Dim dxf As System.Collections.Generic.List(Of IDifferentialFormatting)
 
instance.SetDifferentialFormattingRecord(dxf)
void SetDifferentialFormattingRecord( 
   System.Collections.Generic.List<IDifferentialFormatting> dxf
)

Parameters

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

Reference

IExcelReader Interface
IExcelReader Members