HtmlFrameSetElement sealed class HtmlFrameSetElement : HtmlElement Represents the HTML frameset element. Obsolete since HTML 4.01. Documentation Code public int Columns { get; set; } public int Rows { get; set; } public HtmlFrameSetElement(Document owner, string prefix = null)