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


The object to add to the ICollection.
Adds an item to the ICollection.
Syntax
'Declaration
 
Public Sub Add( _
   ByVal item As ConditionalFormatting _
) 
'Usage
 
Dim instance As ConditionalFormattingModel
Dim item As ConditionalFormatting
 
instance.Add(item)
public void Add( 
   ConditionalFormatting item
)

Parameters

item
The object to add to the ICollection.
Exceptions
ExceptionDescription
System.NotSupportedExceptionThe ICollection is read-only.
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

ConditionalFormattingModel Class
ConditionalFormattingModel Members

 

 


Copyright © GrapeCity, inc. All rights reserved.