Visual Basic (Declaration) | |
---|---|
Public ReadOnly Property Character As Char |
C# | |
---|---|
public char Character {get;} |
Managed Extensions for C++ | |
---|---|
public: __property char get_Character(); |
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.
Target Platforms: Microsoft .NET Framework 2.0