HTMLTextAreaElement.Cols

HTMLTextAreaElement.Cols property

Width of control (in characters). See the cols attribute definition in HTML 4.01.

public int Cols { get; set; }

See Also