GrapeCity MultiRow Windows Forms Documentation
GetErrorText Method


The row index of the cell.
Retrieves a string that represents the error for the cell.
Syntax
Protected Overridable Function GetErrorText( _
   ByVal rowIndex As Integer _
) As String
Dim instance As Cell
Dim rowIndex As Integer
Dim value As String
 
value = instance.GetErrorText(rowIndex)
protected virtual string GetErrorText( 
   int rowIndex
)

Parameters

rowIndex
The row index of the cell.

Return Value

A System.String that represents the error for the Cell.
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

Cell Class
Cell Members
ErrorText Property

 

 


Copyright © GrapeCity, inc. All rights reserved.