←Select platform

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.MedicalViewer Assembly