FirstVisibleRow property (ILEADRasterContainerViewer)

Visual Basic example

Visual C++ example

 

Syntax

long FirstVisibleRow

Overview

Refer to Using the Image Viewer

Remarks

(Medical Imaging Suite) Gets or sets the first visible row of cells in the container.

This property is useless if the number of cells in the container is less than the number of rows in the container times the number of columns in the container. To determine the number of cells in the container, read the CellCount property.

The number of rows and columns in the container can be altered programmatically by calling the SetContainerProperties method. The number of rows and columns in the container can be altered dynamically by adding or removing splitters.

See Also

Elements:

CellCount property, InsertCell method, RemoveCell method, SetContainerProperties method, GetContainerProperties method.

Topics:

Image Viewer: Container Properties