[]
        
(Showing Draft Content)

FarPoint.Win.Spread.TableViewClipboardInfo.-ctor

TableViewClipboardInfo Constructor

TableViewClipboardInfo(int, int)

Creates a TableViewClipboardInfo object with specific row and colum indexes.

Declaration
public TableViewClipboardInfo(int baseRow, int baseCol)
Public Sub New(baseRow As Integer, baseCol As Integer)
Parameters
Type Name Description
int baseRow

Base row index.

int baseCol

Base column index.