FlexGrid for WinForms
Remove(Row) Method



The row to be removed.
Removes a Row object from the collection.
Syntax
'Declaration
 
Public Overloads Function Remove( _
   ByVal row As Row _
) As Row
'Usage
 
Dim instance As RowCollection
Dim row As Row
Dim value As Row
 
value = instance.Remove(row)
public Row Remove( 
   Row row
)
public:
Row^ Remove( 
   Row^ row
) 

Parameters

row
The row to be removed.

Return Value

A reference to the Row that was removed from the collection.
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

RowCollection Class
RowCollection Members
Overload List

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Send Feedback