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 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.MedicalViewer Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.