BCGControlBar Library for .NET
ClearDataInRange Method




Specifies the range to clear data within.
If true, items located in invisible rows and columns will be ignored.
Clears data in specified range.
Syntax
'Declaration
 
Public Sub ClearDataInRange( _
   ByVal range As GridSelectionRange, _
   ByVal ignoreInvisible As Boolean _
) 
'Usage
 
Dim instance As GridControl
Dim range As GridSelectionRange
Dim ignoreInvisible As Boolean
 
instance.ClearDataInRange(range, ignoreInvisible)
public void ClearDataInRange( 
   GridSelectionRange range,
   bool ignoreInvisible
)
public: void ClearDataInRange( 
   GridSelectionRange* range,
   bool ignoreInvisible
) 
public:
void ClearDataInRange( 
   GridSelectionRange^ range,
   bool ignoreInvisible
) 

Parameters

range
Specifies the range to clear data within.
ignoreInvisible
If true, items located in invisible rows and columns will be ignored.
Remarks
The data is cleared by setting GridDataItem.ItemData property to null.
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

GridControl Class
GridControl Members

Send Feedback