Row Object Properties 

The Row object has the following properties:

Row Object Properties

Name

Parameters

Type

Description

Height

 

Short

Height of row. The value is measured in twips.

Header

 

String

Row heading text.

Protection

 

Boolean

Sets this property to TRUE to protect the entire row against user input and modifications. This flag is only used if the Table View object’s EnableProtection property is set to TRUE.

Font

 

Object

Font used for this row.

Data

 

Array of Variant

Returns the data of the entire row in a two-dimensional array. The first dimension equals the number of cells in the row, the second dimension always equals one.

Index

 

Long

Returns the index in the object’s Rows collection. Read-only.

TableIndex

 

Long

Returns the index of an associated row in a Table View Object, if a connection to a SAP Table object is established.

(See Connecting Table Views and Table Objects)

Value

Long Column

Variant

Returns or sets the value for the cell with the according Column index.

Formula

Long Column

Variant

Same as value.

Cell

Long Column

Object

Returns a Cell object for the cell with the according Column index.