CellIndexes Property

Summary

Gets the array of values that indicate the indexes of the cells that will be affected by the deleting process.

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

Property Value

Array of values that indicate the zero-based indices of the cells that will be affected by the deleting process.

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