'Declaration
 
Public ReadOnly Property Cells As Leadtools.MedicalViewer.MedicalViewerMultiCell()
             
        
            
            'Usage
 
Dim instance As FullSeriesImagesStreamedEventArgs
Dim value() As Leadtools.MedicalViewer.MedicalViewerMultiCell
 
value = instance.Cells
             
        
            
            public Leadtools.MedicalViewer.MedicalViewerMultiCell[] Cells {get;}
             
        
            
            public:
property Leadtools.MedicalViewer.array<MedicalViewerMultiCell^>^ Cells {
   Leadtools.MedicalViewer.array<MedicalViewerMultiCell^>^ get();
}
             
        
             
        
            
            
            Property Value
The 
Leadtools.MedicalViewer.MedicalViewerMultiCell controls which the series images are displayed in.
 
            
            
            
            
            Refer to the Medical Web Viewer demo in the WorkstationWebViewer project.