Gets or sets ASCII character as a Byte that represents this HeaderCell.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public virtual byte Character { get; set; }
Public Overridable Property Character As Byte Get Set
public: virtual property unsigned char Character { unsigned char get (); void set (unsigned char value); }