IGridControl.UpdateGrid Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
UpdateGrid() | |
UpdateGrid(Boolean) |
UpdateGrid()
public:
void UpdateGrid();
public void UpdateGrid ();
abstract member UpdateGrid : unit -> unit
Public Sub UpdateGrid ()
Applies to
UpdateGrid(Boolean)
public:
void UpdateGrid(bool bRecalcRows);
public void UpdateGrid (bool bRecalcRows);
abstract member UpdateGrid : bool -> unit
Public Sub UpdateGrid (bRecalcRows As Boolean)
Parameters
- bRecalcRows
- Boolean