Spread Silverlight Documentation
DifferentialFormattings Property (ExcelWorkbook)


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

Property Value

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

Reference

ExcelWorkbook Class
ExcelWorkbook Members