ArcFM Solution Developer Guide
Item(Int32,Int32) Property


Syntax
'Declaration
 
<System.ComponentModel.BrowsableAttribute(False)>
<System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
Public Overloads Property Item( _
   ByVal columnIndex As System.Integer, _
   ByVal rowIndex As System.Integer _
) As System.Windows.Forms.DataGridViewCell
'Usage
 
Dim instance As TreeGridView
Dim columnIndex As System.Integer
Dim rowIndex As System.Integer
Dim value As System.Windows.Forms.DataGridViewCell
 
instance.Item(columnIndex, rowIndex) = value
 
value = instance.Item(columnIndex, rowIndex)
[System.ComponentModel.Browsable(false)]
[System.ComponentModel.DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
public System.Windows.Forms.DataGridViewCell Item( 
   System.int columnIndex,
   System.int rowIndex
) {get; set;}

Parameters

columnIndex
rowIndex
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

TreeGridView Class
TreeGridView Members
Overload List

 

 


Send Comment