GrapeCity.Xaml.Excel
DifferentialFormattings Property (IExcelWorkbook)


GrapeCity.Excel Namespace > IExcelWorkbook Interface : DifferentialFormattings Property
Gets or sets the differential formatting settings of the workbook.
Syntax
'Declaration
 
Property DifferentialFormattings As List(Of IDifferentialFormatting)
'Usage
 
Dim instance As IExcelWorkbook
Dim value As List(Of IDifferentialFormatting)
 
instance.DifferentialFormattings = value
 
value = instance.DifferentialFormattings
List<IDifferentialFormatting> DifferentialFormattings {get; set;}

Property Value

A collection of IDifferentialFormatting represents the differential formatting settings.
See Also

Reference

IExcelWorkbook Interface
IExcelWorkbook Members