FlexGrid for WinForms
Clear Method (Row)



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 Overrides Sub Clear( _
   ByVal clearFlags As ClearFlags _
) 
'Usage
 
Dim instance As Row
Dim clearFlags As ClearFlags
 
instance.Clear(clearFlags)
[Browsable(false)]
public override void Clear( 
   ClearFlags clearFlags
)
[Browsable(false)]
public:
void Clear( 
   ClearFlags clearFlags
) override 

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

Row Class
Row Members

 

 


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

Send Feedback