Table Object Properties 

A Table object has the following properties:

Table Object Properties

Name

Parameters

Type

Description

RowCount

 

Long

Returns the number of Rows contained in the table. Read-only.

ColumnCount

 

Long

Returns the number of Columns contained in the table’s Columns collection. Read-only.

RfcParameter

 

Object

Returns a RFCTableParameter object. Read-only

Rows

 

Object

Returns a Row object. Read-only

Columns

 

Object

Returns a Column object. Read Only

Ranges

 

Object

Returns an object of type Ranges. Read-only.

Views

 

Object

Returns an object of type Views. Read-only

Data

 

Array of VARIANT

Returns the Table object in the form of an array.

Value

long RowIndex

VARIANT

ColumnIndex

VARIANT

Access a single value in the table.