FlexGrid for WinForms
Clear Method (CellRange)



ClearFlags value that specifies which elements should be cleared.
Clears selected elements from the range.
Syntax
'Declaration
 
Public Sub Clear( _
   ByVal clearFlags As ClearFlags _
) 
'Usage
 
Dim instance As CellRange
Dim clearFlags As ClearFlags
 
instance.Clear(clearFlags)
public void Clear( 
   ClearFlags clearFlags
)
public:
void Clear( 
   ClearFlags clearFlags
) 

Parameters

clearFlags
ClearFlags value that specifies which elements should be cleared.
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

CellRange Structure
CellRange Members

 

 


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

Send Feedback