SpreadsheetGear 2017
DisplayText Property (Command)






SpreadsheetGear.Commands Namespace > Command Class : DisplayText Property
Returns the text used for display purposes.
Syntax
'Declaration
 
Public MustOverride ReadOnly Property DisplayText As System.String
'Usage
 
Dim instance As Command
Dim value As System.String
 
value = instance.DisplayText
public abstract System.string DisplayText {get;}
public read-only property DisplayText: System.String; abstract; 
public __abstract function get DisplayText : System.String
public: __property abstract System.string* get_DisplayText();
public:
abstract property System.String^ DisplayText {
   System.String^ get();
}
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

Command Class
Command Members