SpreadsheetGear 2017
Text Property (IValue)






SpreadsheetGear.Advanced.Cells Namespace > IValue Interface : Text Property
Returns the unformatted text value of this cell as a string, or null if this cell does not contain text.
Syntax
'Declaration
 
ReadOnly Property Text As System.String
'Usage
 
Dim instance As IValue
Dim value As System.String
 
value = instance.Text
System.string Text {get;}
read-only property Text: System.String; 
function get Text : System.String
__property System.string* get_Text();
property System.String^ Text {
   System.String^ get();
}
Remarks
Formula cells are calculated as needed before returning the text value.
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

IValue Interface
IValue Members
GetText Method
IValues Interface
SetText(Int32,Int32,String) Method