FormTableControl.updateCell(Int32, Int32) 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.
public:
virtual void updateCell(int _column, int _row);
public virtual void updateCell (int _column, int _row);
abstract member updateCell : int * int -> unit
override this.updateCell : int * int -> unit
Public Overridable Sub updateCell (_column As Integer, _row As Integer)
Parameters
- _column
- Int32
- _row
- Int32