Click or drag to resize

XlsRange ConditionalFormats Property

Note: This API is now obsolete.

Collection of conditional formats for the range.

Namespace: Spire.Xls.Core.Spreadsheet
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
[ObsoleteAttribute("This Property is Obsolete;use XlsWorksheet.ConditionalFormats instead")]
public ConditionalFormats ConditionalFormats { get; }

Property Value

Type: ConditionalFormats

Implements

IXLSRange ConditionalFormats
See Also