'Declaration
ReadOnly Property Entry As System.String
'Usage
Dim instance As IRange Dim value As System.String value = instance.Entry
System.string Entry {get;}
'Declaration
ReadOnly Property Entry As System.String
'Usage
Dim instance As IRange Dim value As System.String value = instance.Entry
System.string Entry {get;}
The workbook view displays text in the formula bar in a form which is easier to work with than the raw value of a cell.
For example, Entry will return "5%" for a cell with the number 0.05 formatted as "0%" and will return "1/1/2006" for a cell with the number 38718 formatted as "mm/dd/yyyy".
Array formulas will not include the curly braces which are displayed in the formula bar.
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