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