Leadtools.Medical.Workstation.UI Namespace > SelectedWorkstationCellsCollection Class : Item Property |
public MedicalViewerBaseCell this[ int index ]; {get;}
'Declaration Public ReadOnly Default Property Item( _ ByVal index As Integer _ ) As MedicalViewerBaseCell
'Usage Dim instance As SelectedWorkstationCellsCollection Dim index As Integer Dim value As MedicalViewerBaseCell value = instance.Item(index)
public: __property MedicalViewerBaseCell* get_Item int index ;
public: property MedicalViewerBaseCell* default [int] { MedicalViewerBaseCell* get(int index); }