GrapeCity.Xaml.Excel
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 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
Requirements

Target Platforms: Windows Server 2012, Windows RT

See Also

Reference

IExcelReader Interface
IExcelReader Members

 

 


Copyright © GrapeCity, inc. All rights reserved.

Support Options