![]() |
Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.5.8
|
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); }