SpreadsheetGear 2017
Entry Property (IRange)






SpreadsheetGear Namespace > IRange Interface : Entry Property
Returns the text which is displayed in the workbook view's formula bar.
Syntax
'Declaration
 
ReadOnly Property Entry As System.String
'Usage
 
Dim instance As IRange
Dim value As System.String
 
value = instance.Entry
System.string Entry {get;}
read-only property Entry: System.String; 
function get Entry : System.String
__property System.string* get_Entry();
property System.String^ Entry {
   System.String^ get();
}
Remarks

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.

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

IRange Interface
IRange Members
Formula Property
Text Property
Value Property
ValueType Property