HTMLFrameSetElement public sealed class HTMLFrameSetElement : HTMLElement Represents the HTML frameset element. Documentation Code public uint Cols { get; set; } Gets or sets the number of columns of frames in the frameset. . public uint Rows { get; set; } Gets or sets the number of rows of frames in the frameset.