ArcFM Solution Developer Guide
ClearSelection(Int32,Int32,Boolean) Method


Syntax
'Declaration
 
Protected Overloads Sub ClearSelection( _
   ByVal columnIndexException As System.Integer, _
   ByVal rowIndexException As System.Integer, _
   ByVal selectExceptionElement As System.Boolean _
) 
'Usage
 
Dim instance As TreeGridView
Dim columnIndexException As System.Integer
Dim rowIndexException As System.Integer
Dim selectExceptionElement As System.Boolean
 
instance.ClearSelection(columnIndexException, rowIndexException, selectExceptionElement)
protected void ClearSelection( 
   System.int columnIndexException,
   System.int rowIndexException,
   System.bool selectExceptionElement
)

Parameters

columnIndexException
rowIndexException
selectExceptionElement
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