Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.UI Namespace / TableStateEventArgs Class / HeaderRow Property


In This Topic
    HeaderRow Property (TableStateEventArgs)
    In This Topic
    Gets a boolean value indicating whether the visibility of table header is changed.
    Syntax
    'Declaration
     
    
    Public Property HeaderRow As Boolean
    'Usage
     
    
    Dim instance As TableStateEventArgs
    Dim value As Boolean
     
    instance.HeaderRow = value
     
    value = instance.HeaderRow
    public bool HeaderRow {get; set;}
    See Also