FlexGrid for WinForms
Invalidate(Int32,Int32) Method



Row index.
Column index.
Invalidates a cell, causing it to be repainted.
Syntax
'Declaration
 
Public Overloads Sub Invalidate( _
   ByVal row As Integer, _
   ByVal col As Integer _
) 
'Usage
 
Dim instance As C1FlexGridBase
Dim row As Integer
Dim col As Integer
 
instance.Invalidate(row, col)
public void Invalidate( 
   int row,
   int col
)
public:
void Invalidate( 
   int row,
   int col
) 

Parameters

row
Row index.
col
Column index.
Remarks
This method is rarely used by the programmer, since the grid automatically performs invalidation as needed.
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

C1FlexGridBase Class
C1FlexGridBase Members
Overload List

 

 


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

Send Feedback