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