GrapeCity.Xaml.Excel
DifferentialFormattings Property (ExcelWorkbook)


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

Property Value

A collection of IDifferentialFormatting represents the differential formatting settings.
Requirements

Target Platforms: Windows Server 2012, Windows RT

See Also

Reference

ExcelWorkbook Class
ExcelWorkbook Members

 

 


Copyright © GrapeCity, inc. All rights reserved.

Support Options