|
to make the
cell with the index 1 visible, you can use the MedicalViewer.VisibleRow Property.
For
example, if you want to show the 5th cell, you can use the code below (in
VB.NET):
medicalViewer1.Rows
= 1
medicalViewer1.Columns
= 1
MedicalViewer1.VisibleRow
= MedicalViewer1.Cells(4).Position.Row
Adam Boulad LEADTOOLS Technical Support
|