ArcFM Solution Developer Guide
UpdateRowErrorText(Int32,Int32) Method


Syntax
'Declaration
 
Public Overloads Sub UpdateRowErrorText( _
   ByVal rowIndexStart As System.Integer, _
   ByVal rowIndexEnd As System.Integer _
) 
'Usage
 
Dim instance As TreeGridView
Dim rowIndexStart As System.Integer
Dim rowIndexEnd As System.Integer
 
instance.UpdateRowErrorText(rowIndexStart, rowIndexEnd)
public void UpdateRowErrorText( 
   System.int rowIndexStart,
   System.int rowIndexEnd
)

Parameters

rowIndexStart
rowIndexEnd
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