Spread WPF Documentation
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
Requirements

Target Platforms: Windows 7, Windows 8 Desktop, Windows Vista SP1 or later, Windows Server 2000, Windows 2000 Professional (SP4), Windows XP (SP2), Windows 2008, Windows 2003 Server (SP1)

See Also

Reference

IExcelReader Interface
IExcelReader Members

 

 


Copyright © GrapeCity, inc. All rights reserved.