Retrieves a string that represents the error for the cell.
Protected Overridable Function GetErrorText( _
ByVal 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
)
Parameters
- rowIndex
- The row index of the cell.
Return Value
A
System.String that represents the error for the
Cell.
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