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

Leadtools.MedicalViewer Assembly