Leadtools.MedicalViewer Namespace > MedicalViewerDeleteEventArgs Class : CellIndexes Property |
public int[] CellIndexes {get;}
'Declaration Public ReadOnly Property CellIndexes As Integer()
'Usage Dim instance As MedicalViewerDeleteEventArgs Dim value() As Integer value = instance.CellIndexes
public: property array<int>^ CellIndexes { array<int>^ get(); }