Editor for WinForms | ComponentOne
C1.Win.C1Editor.4.5.2 Assembly / C1.Win.C1Editor.UICustomization Namespace / XHTMLCellItem Class / IsHeader Property

In This Topic
    IsHeader Property
    In This Topic
    Gets or sets a Boolean value indicating whether the cell belongs to a header.
    Syntax
    'Declaration
     
    Public Property IsHeader As System.Boolean
    public System.bool IsHeader {get; set;}
    See Also