SpreadsheetGear 2017
UniqueValues Property (IFormatCondition)






SpreadsheetGear Namespace > IFormatCondition Interface : UniqueValues Property
Returns the instance of IUniqueValues associated with this conditional format or null if there is no UniqueValues associated with this conditional format.
Syntax
'Declaration
 
ReadOnly Property UniqueValues As IUniqueValues
'Usage
 
Dim instance As IFormatCondition
Dim value As IUniqueValues
 
value = instance.UniqueValues
IUniqueValues UniqueValues {get;}
read-only property UniqueValues: IUniqueValues; 
function get UniqueValues : IUniqueValues
__property IUniqueValues* get_UniqueValues();
property IUniqueValues^ UniqueValues {
   IUniqueValues^ get();
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IFormatCondition Interface
IFormatCondition Members