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(); }
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.
Cell Structure Cell Members