Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / TableView Class / TableView Constructor / TableView Constructor(String,String,Int32,Int32,Int32,Int32)
The table name
The style name
The row index
The column index
The number of rows
The number of columns


In This Topic
TableView Constructor(String,String,Int32,Int32,Int32,Int32)
In This Topic
Creates a TableView object.
Syntax
'Declaration
 
Public Function New( _
   ByVal name As String, _
   ByVal tableStyleName As String, _
   ByVal row As Integer, _
   ByVal column As Integer, _
   ByVal rowCount 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