'Declaration Protected Friend Function GetAccessibleText( _ ByVal value As Object, _ ByVal formatInfo As CellTextFormatInfo, _ ByVal gridElement As GridElement _ ) As String
'Usage Dim instance As CellViewerManager Dim value As Object Dim formatInfo As CellTextFormatInfo Dim gridElement As GridElement Dim value As String value = instance.GetAccessibleText(value, formatInfo, gridElement)
protected internal string GetAccessibleText( object value, CellTextFormatInfo formatInfo, GridElement gridElement )
Parameters
- value
- An object representing the value of the underlying cell.
- formatInfo
- A Xceed.Grid.CellTextFormatInfo which provides text formatting information.
- gridElement
- The Xceed.Grid.GridElement associated with the value. The gridElement is usually a Xceed.Grid.Cell or Xceed.Grid.Column and can be a null reference (Nothing in Visual Basic).
Return Value
A string representing the viewer's accessibilty text. By default, the result of GetText(Object) will be returned.