'Declaration
Public Sub InitTable( _ ByVal columnCount As System.Integer, _ ByVal rowCount As System.Integer _ )
'Usage
Dim instance As NTableShape Dim columnCount As System.Integer Dim rowCount As System.Integer instance.InitTable(columnCount, rowCount)
public void InitTable( System.int columnCount, System.int rowCount )
Parameters
- columnCount
- rowCount