|   | ConfusionMatrixViewItem Property  | 
        
         
              Gets a row from this view.
            
 
    Namespace: 
   Accord.Controls
    Assembly:
   Accord.Controls (in Accord.Controls.dll) Version: 3.8.0
 Syntax
Syntaxpublic Object this[
	int index
] { get; set; }Public Default Property Item ( 
	index As Integer
) As Object
	Get
	Set
Parameters
- index
- Type: SystemInt32
 
Property Value
Type: 
ObjectImplements
IListItemInt32 See Also
See Also