GrapeCity MultiRow Windows Forms Documentation
ValidateRow Method


Index of the row.
if set to true the corresponding validate action is executed when necessary.
Validates the row.
Syntax
Public Function ValidateRow( _
   ByVal rowIndex As Integer, _
   ByVal doAction As Boolean _
) As Boolean
Dim instance As GcMultiRow
Dim rowIndex As Integer
Dim doAction As Boolean
Dim value As Boolean
 
value = instance.ValidateRow(rowIndex, doAction)
public bool ValidateRow( 
   int rowIndex,
   bool doAction
)

Parameters

rowIndex
Index of the row.
doAction
if set to true the corresponding validate action is executed when necessary.
Exceptions
ExceptionDescription
System.ArgumentOutOfRangeException The rowIndex is invalid.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

GcMultiRow Class
GcMultiRow Members

 

 


Copyright © GrapeCity, inc. All rights reserved.