←Select platform

Item Property

Summary

Gets the ItemsInfoTableRow at the specified index from this ItemsInfoTableDataTable.

Syntax

C#
VB
C++
[DebuggerNonUserCodeAttribute()] 
public ItemsInfoTableRow Item( 
   int index 
) { get; } 
<DebuggerNonUserCodeAttribute()>  
Public ReadOnly Property Item() As ItemsInfoTableRow 
   Get 
public:  
   [DebuggerNonUserCodeAttribute] 
   property ItemsInfoTableRow^ Item 
   { 
      ItemsInfoTableRow^ get() 
   } 

Remarks

Gets the row at specified index.

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.Medical.Caching Assembly