PowerTCP Emulation for .NET CF
Character Property
See Also  Send comments on this topic.
Dart.Emulation Namespace > Cell Structure : Character Property




Returns the character within the cell.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property Character As Char
Visual Basic (Usage)Copy Code
Dim instance As Cell
Dim value As Char
 
value = instance.Character
C# 
public char Character {get;}
Managed Extensions for C++ 
public: __property char get_Character();
C++/CLI 
public:
property char Character {
   char get();
}

Remarks

If the character is a special graphics character (in which case Cell.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.

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

Documentation Version 4.2
© 2010 Dart Communications. All Rights Reserved.