PowerTCP Emulation for .NET
RawCharacter Property




Returns the unconverted character within the cell.
Syntax
Public ReadOnly Property RawCharacter As Char
Dim instance As Cell
Dim value As Char
 
value = instance.RawCharacter
public char RawCharacter {get;}
public: __property char get_RawCharacter();
public:
property char RawCharacter {
   char get();
}
Remarks

While the Character property may perform a conversion on characters if the special graphics style is applied to the character, this property always returns the character unconverted.

See Also

Reference

Cell Structure
Cell Members


PowerTCP Emulation for .NET Documentation Version 4.7
© 2018 Dart Communications. All Rights Reserved.
Send comments on this topic