CellCount property (ILEADRasterContainerViewer)

Visual Basic example

Visual C++ example

 

Syntax

long CellCount

Overview

Refer to Using the Image Viewer

Remarks

(Medical Imaging Suite) (Read only) Gets the number of cells managed by the container.

To add cells to the container, use the InsertCell method. To remove one or more cells from the container, use the RemoveCell method.

Please note that the maximum number of rows that a container can have is 4 and the maximum number of columns is 8. However, the number of cells that can be added to a container is limited only by the available memory.

See Also

Elements:

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

Topics:

Image Viewer: Container Properties