Spread for ASP.NET 10 Product Documentation
Add(ConditionalFormat) Method


Conditional format to add
Adds a conditional format to the collection.
Syntax
'Declaration
 
Public Overloads Function Add( _
   ByVal conditionalFormat As ConditionalFormat _
) As Integer
'Usage
 
Dim instance As ConditionalFormatCollection
Dim conditionalFormat As ConditionalFormat
Dim value As Integer
 
value = instance.Add(conditionalFormat)

Parameters

conditionalFormat
Conditional format to add

Return Value

Integer value of the index of the conditional format in the collection
Requirements

Target Platforms: Windows 7, Windows 8, Windows 10, Windows Vista, Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP Professional

See Also

Reference

ConditionalFormatCollection Class
ConditionalFormatCollection Members
Overload List

 

 


Copyright © GrapeCity, inc. All rights reserved.