'Declaration Protected Friend Overrides Function GetDisplayTextCore() As String
'Usage Dim instance As ColumnManagerCell Dim value As String value = instance.GetDisplayTextCore()
protected internal override string GetDisplayTextCore()
Return Value
The formatted text to paint in the cell. The value.ToString() is returned. If the cell Value is a null reference (Nothing in Visual Basic), string.empty is returned.