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


Index of the row.
Name 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 cellName As String, _
   ByVal doAction As Boolean _
) As Boolean
Dim instance As GcMultiRow
Dim rowIndex As Integer
Dim cellName As String
Dim doAction As Boolean
Dim value As Boolean
 
value = instance.ValidateCell(rowIndex, cellName, doAction)
public bool ValidateCell( 
   int rowIndex,
   string cellName,
   bool doAction
)

Parameters

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