FlexGrid for WinForms
Clear Method (RowCol)



ClearFlags value specifying which elements of the row or column should be cleared.
Clears the contents of the row or column.
Syntax
'Declaration
 
<BrowsableAttribute(False)>
Public Overridable Sub Clear( _
   ByVal clearFlags As ClearFlags _
) 
'Usage
 
Dim instance As RowCol
Dim clearFlags As ClearFlags
 
instance.Clear(clearFlags)
[Browsable(false)]
public virtual void Clear( 
   ClearFlags clearFlags
)
[Browsable(false)]
public:
virtual void Clear( 
   ClearFlags clearFlags
) 

Parameters

clearFlags
ClearFlags value specifying which elements of the row or column should be cleared.
Remarks
Use this method to reset column properties to their default values (width, visibility, style, user data, and so on). This method only clears the column object itself, it does not clear the contents of the cells in the column.
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

RowCol Class
RowCol Members

 

 


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

Send Feedback