GrapeCity MultiRow Windows Forms Documentation
ValidateCell(Int32,Int32,Boolean) Method


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

Parameters

rowIndex
Index of the row.
cellIndex
Index of the cell.
doAction
if set to true the corresponding validate action is executed when necessary.
Exceptions
ExceptionDescription
System.ArgumentOutOfRangeException The rowIndex is invalid.--or-- The cellIndex 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
Overload List

 

 


Copyright © GrapeCity, inc. All rights reserved.