WinStudio

CurrentRow Property

Applies To

IWSIDOCollection interface

Definition

Returns an integer indicating the zero-based row number of a CurrentItem.

Syntax

object.CurrentRow

  Part

  Description

object Required. Name of the object for which the row number is being returned.

Example

Dim CurRowNumber As Integer = _
   ThisForm.PrimaryIDOCollection.CurrentRow