Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / ConditionalFormattingModel Class / Add Method
The object to add to the ICollection.


In This Topic
    Add Method (ConditionalFormattingModel)
    In This Topic
    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
    The ICollection is read-only.
    See Also