Removes a Row at the specified visible position.
Namespace: Dapfor.Wpf.ControlsAssembly: Dapfor.Wpf (in Dapfor.Wpf.dll) Version: 4.1.0.26317 (4.1.0.26317)
Syntax
C# |
---|
public bool RemoveAt( int index ) |
Visual Basic |
---|
Public Function RemoveAt ( index As Integer ) As Boolean |
Visual C++ |
---|
public: bool RemoveAt( int index ) |
F# |
---|
member RemoveAt : index : int -> bool |
Parameters
- index
- Type: System..::..Int32
The index of the Row to be removed.
Return Value
Type: BooleanTrue if the Row has been successfully removed. Otherwise false.
Thread Safety
The function is thread safe. The Row is removed in the synchronous way with blocking the calling thread.