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