Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / TableViewClipboardInfo Class / TableViewClipboardInfo Constructor
Base row index.
Base column index.


In This Topic
TableViewClipboardInfo Constructor
In This Topic
Creates a TableViewClipboardInfo object with specific row and colum indexes.
Syntax
'Declaration
 
Public Function New( _
   ByVal baseRow As Integer, _
   ByVal baseCol As Integer _
)
 
'Usage
 
Dim baseRow As Integer
Dim baseCol As Integer
 
Dim instance As New TableViewClipboardInfo(baseRow, baseCol)

Parameters

baseRow
Base row index.
baseCol
Base column index.
See Also