Cell property (ILEADRasterContainerViewer)

Visual Basic example

Visual C++ example

 

Syntax

ILEADRasterContainerCell * Cell(long Index);

Overview

Refer to Using the Image Viewer

Remarks

(Medical Imaging Suite) (Runtime-only) Gets the cell information from the collection of cells inside the conatiner.

The index of the first cell is 0, and the index of the last cell is CellCount -1.

The cell information can be accessed by the following properties and methods located inside the ILEADRasterContainerCell object:

AddTag Method

BitmapList Property

ColumnPosition Property

EnableChangeOnMove Property

Freeze Property

Height Property

Individual Property

InsertBitmapList Method

IsFit Property

Left Property

RepositionCell Method

RowPosition Property

RulerStyle property

Select Property

ShowRuler Property

ShowTags Property

SubColumnCount Property

SubRowCount Property

Top Property

Width Property

Window Property

See Also

Elements:

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

Topics:

Image Viewer: Container Properties