Table of Contents

XlsFile.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 ExcelFile.GetConditionalFormat

Syntax

Namespace: FlexCel.XlsAdapter

public override Int32 ConditionalFormatCount { get; }

See also