[]
Creates a TableViewClipboardInfo object with specific row and colum indexes.
public TableViewClipboardInfo(int baseRow, int baseCol)
Public Sub New(baseRow As Integer, baseCol As Integer)
Type | Name | Description |
---|---|---|
int | baseRow | Base row index. |
int | baseCol | Base column index. |