SpreadsheetGear 2017
PrefixCharacter Property (IRange)






SpreadsheetGear Namespace > IRange Interface : PrefixCharacter Property
Returns '\'' if text was entered into a cell with a leading apostrophe, otherwise '\0' is returned.
Syntax
'Declaration
 
ReadOnly Property PrefixCharacter As System.Char
'Usage
 
Dim instance As IRange
Dim value As System.Char
 
value = instance.PrefixCharacter
System.char PrefixCharacter {get;}
read-only property PrefixCharacter: System.Char; 
function get PrefixCharacter : System.char
__property System.char get_PrefixCharacter();
property System.char PrefixCharacter {
   System.char 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

IRange Interface
IRange Members