Spread for ASP.NET 7.0 Product Documentation
Add(ConditionalFormat) Method
See Also  Support Options
FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > ConditionalFormatCollection Class > Add Method : Add(ConditionalFormat) Method


conditionalFormat
Conditional format to add

Glossary Item Box

Adds a conditional format to the collection.

Syntax

Visual Basic (Declaration) 
Public Overloads Function Add( _
   ByVal conditionalFormat As ConditionalFormat _
) As Integer
Visual Basic (Usage)Copy Code
Dim instance As ConditionalFormatCollection
Dim conditionalFormat As ConditionalFormat
Dim value As Integer
 
value = instance.Add(conditionalFormat)
C# 
public int Add( 
   ConditionalFormat 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 Vista, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6

See Also

© 2002-2014 ComponentOne, a division of GrapeCity. All Rights Reserved.