Class SectionHeader

SectionHeader class

Represents the heading for the section

public class SectionHeader

Constructors

NameDescription
SectionHeader(SectionHeaderType, string)Initialaze new instans of SectionHeader.

Properties

NameDescription
Type { get; set; }Type of header.
Value { get; set; }Header’s value.

See Also