Spread Windows Forms 12.0 Product Documentation
TableViewClipboardInfo Constructor


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > TableViewClipboardInfo Class : TableViewClipboardInfo Constructor
Base row index.
Base column index.
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)
public TableViewClipboardInfo( 
   int baseRow,
   int baseCol
)

Parameters

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

Reference

TableViewClipboardInfo Class
TableViewClipboardInfo Members