←Select platform

SelectedCellsIndexes Property

Summary

Gets an array of integer values that represents the indexes of the selected cells.

Syntax

C#
VB
C++
public int[] SelectedCellsIndexes { get; } 
  
Public ReadOnly Property SelectedCellsIndexes As Integer() 
             
            public: 
property array<int>^ SelectedCellsIndexes { 
   array<int>^ get(); 
} 
             

Property Value

Array of integer values that represents the indexes of the selected cells.

Example

For an example, refer to MedicalViewerUIChangedEventArgs

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.MedicalViewer Assembly