SpreadsheetGear 2017
Text Property (ICharacters)






SpreadsheetGear Namespace > ICharacters Interface : Text Property
Gets or replaces the text represented by this instance of ICharacters.
Syntax
'Declaration
 
Property Text As System.String
'Usage
 
Dim instance As ICharacters
Dim value As System.String
 
instance.Text = value
 
value = instance.Text
System.string Text {get; set;}
read-write property Text: System.String; 
function get,set Text : System.String
__property System.string* get_Text();
__property void set_Text( 
   System.string* value
);
property System.String^ Text {
   System.String^ get();
   void set (    System.String^ 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

ICharacters Interface
ICharacters Members