TableView Constructor(String,String,Int32,Int32,Int32,Int32)
In This Topic
Creates a
TableView object.
Syntax
'Declaration
Public Function New( _
ByVal As String, _
ByVal As String, _
ByVal As Integer, _
ByVal column As Integer, _
ByVal As Integer, _
ByVal columnCount As Integer _
)
'Usage
Dim name As String
Dim tableStyleName As String
Dim row As Integer
Dim column As Integer
Dim rowCount As Integer
Dim columnCount As Integer
Dim instance As New TableView(name, tableStyleName, row, column, rowCount, columnCount)
Parameters
- name
- The table name
- tableStyleName
- The style name
- row
- The row index
- column
- The column index
- rowCount
- The number of rows
- columnCount
- The number of columns
See Also