Table of Contents

TConditionalFormatValueList Class

A list of conditional value objects.

Syntax

Namespace: FlexCel.Core

public class TConditionalFormatValueList

Methods

Name Description
Clone Returns a deep copy of the list of value objects.
Equals Returns true if both lists are the same.
GetHashCode Returns a hashcode for the list.
Add Adds the value to the list. Note that this is not a copy which is added, but the real object.
CopyFrom Copies and replaces the values from a different list.
Clear Removes all entries in the list.

Properties

Name Description
Count Returns the count of objects in the list.
this[] Returns element at position index.