Gets or sets the border color of an HtmlTableCell control.
[Visual Basic] Public Property BorderColor As String [C#] public string BorderColor {get; set;} [C++] public: __property String* get_BorderColor(); public: __property void set_BorderColor(String*); [JScript] public function get BorderColor() : String; public function set BorderColor(String);
The border color of an HtmlTableCell control. Values can be any hexadecimal number preceded by a "#" character, or one for sixteen color names. For more information, see any HTML reference guide.
HtmlTableCell Class | HtmlTableCell Members | System.Web.UI.HtmlControls Namespace