SpreadsheetGear
Text Property
See Also  Send Feedback
SpreadsheetGear Namespace > IRange Interface : Text Property

Returns the value of the cell represented by this IRange as a formatted string.

Syntax

Visual Basic (Declaration) 
ReadOnly Property Text As String
C# 
string Text {get;}

Remarks

The value of the cell is formatted using the number format of the cell and returned as a string.

Note: Microsoft Excel truncates the number of significant digits displayed, or displays "######" for numbers which do not fit, based on the column width and font of the cell. SpreadsheetGear does not limit the returned text in this way.

Use the Value property to get the raw data of the cell (such as a Double for dates and times).

Requirements

Platforms: Windows 2000, Windows XP, Windows Vista, Windows Server 2003 and Windows Server 2008. SpreadsheetGear 2008 requires the Microsoft .NET Framework 2.0 and supports .NET 3.0 and .NET 3.5.

See Also

Copyright © 2003-2009 SpreadsheetGear LLC. All Rights Reserved.Help Powered by Innovasys   
SpreadsheetGear is a registered trademark of SpreadsheetGear LLC.
Microsoft, Microsoft Excel and Visual Studio are trademarks or registered trademarks of Microsoft Corporation.