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 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>
)
Parameters
- dxf
- The IDifferentialFormatting records will be added to the workbook
See Also