Navigation:  Object Model Reference > Pair Object > Properties >

Pair.DBRow Property

Previous pageReturn to chapter overviewNext page

Returns or sets the index for the row which contains the headers. Long value.

 

Syntax

expression.DBRow

expression. A variable representing a Pair object.

 

Example

This example defines the 3rd row as database heading.

 

With oProj.Pairs(1)

   'row number of database heading

   .DBRow = 3

   'create primary key; column no. of master

   .DBKeys = "2;3"

   'group records

   .DBOptions(syDatabaseGroup) = True

End With

 

 


See Also

Pair Object
Pair Object Members