Removes the first occurrence of a specified object from the
CellCollection.
<TakeCellFreezeAttribute()>
Public Overloads Sub Remove( _
ByVal As Cell _
)
Dim instance As CellCollection
Dim item As Cell
instance.Remove(item)
[TakeCellFreeze()]
public void Remove(
Cell
)
Parameters
- item
- The object to remove from the CellCollection.
Return Value
true if was successfully removed from the
CellCollection; otherwise,
false. This method also returns false if item is not found in the original
ICollection.
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