//------------------------------------------------------------------------------ // // Copyright (c) Microsoft Corporation. All rights reserved. // //------------------------------------------------------------------------------ // TableHeaderCell.cs // namespace System.Web.UI.WebControls { using System; using System.Web; using System.Web.UI; /// /// Encapsulates /// a header row within a table. /// public class TableHeaderRow : TableRow { } }