Table of Contents

ExcelFile.ConditionalFormatCount Property

Returns the number of conditional format blocks on the list. You can use this value to loop on them and retrieve the individual ones with GetConditionalFormat

Syntax

Namespace: FlexCel.Core

public abstract Int32 ConditionalFormatCount { get; }

See also