SpreadsheetGear Namespace > IRange Interface : Entry Property |
Returns the text which is displayed in the workbook view's formula bar.
[Visual Basic]
Overridable ReadOnly Property Entry As String
[C#]
virtual string Entry {get;}
[C++]
__property virtual string * get_Entry();
[C++/CLI]
virtual property String ^ Entry {
String ^ 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.
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
IRange Interface | IRange Members | Formula Property | Text Property | Value Property | ValueType Property
See our live Excel Reporting, Excel Charting, Excel to DataGrid and Excel Calculation Samples.
Copyright © 2003-2007 SpreadsheetGear LLC. All Rights Reserved.
SpreadsheetGear and Spreadsheet Gear are trademarks of SpreadsheetGear LLC.