PowerTCP Emulation for .NET
Character Property




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

If the character is a special graphics character (in which case Styles will return the SpecialCharacters flag) a conversion may take place on the character before returning it. For the unconverted character, see the RawCharacter property.

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