GrapeCity MultiRow Windows Forms Documentation
Remove Method (ColumnFooterSectionCollection)


The object to remove from the ColumnFooterSectionCollection.
Removes the element from the collection.
Syntax
<FeatureAttribute(Name="RowCollection", Version="v5.0")>
Public Sub Remove( _
   ByVal item As ColumnFooterSection _
) 
Dim instance As ColumnFooterSectionCollection
Dim item As ColumnFooterSection
 
instance.Remove(item)
[Feature(Name="RowCollection", Version="v5.0")]
public void Remove( 
   ColumnFooterSection item
)

Parameters

item
The object to remove from the ColumnFooterSectionCollection.

Return Value

true if the item was successfully removed from the ColumnFooterSectionCollection; otherwise, false. This method also returns false if the item is not found in the original ColumnFooterSectionCollection.
Exceptions
ExceptionDescription
System.ArgumentExceptionThe ColumnFooterSectionCollection does not contain the item.
System.NotSupportedExceptionThe ColumnFooterSectionCollection is read-only.
System.ArgumentNullExceptionThe item is a null reference (Nothing in Visual Basic).
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

ColumnFooterSectionCollection Class
ColumnFooterSectionCollection Members

 

 


Copyright © GrapeCity, inc. All rights reserved.