GrapeCity.Xaml.Excel
ConditionalFormat Property (IExcelWorksheet)


Gets or sets the conditional formats used in the worksheet.
Syntax
List<IExcelConditionalFormat> ConditionalFormat {get; set;}
'Declaration
 
Property ConditionalFormat As List(Of IExcelConditionalFormat)
 
'Usage
 
Dim instance As IExcelWorksheet
Dim value As List(Of IExcelConditionalFormat)
 
instance.ConditionalFormat = value
 
value = instance.ConditionalFormat

Property Value

A collection of IExcelConditionalFormat represents conditional formats settings used in the work sheet.
Requirements

Target Platforms: Windows Server 2012, Windows RT

See Also

Reference

IExcelWorksheet Interface
IExcelWorksheet Members

 

 


Copyright © GrapeCity, inc. All rights reserved.

Support Options