Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / TextTipFetchEventArgs Class / ColumnHeader Property


In This Topic
    ColumnHeader Property (TextTipFetchEventArgs)
    In This Topic
    Gets whether the cell is in the column headers.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property ColumnHeader As Boolean
    'Usage
     
    
    Dim instance As TextTipFetchEventArgs
    Dim value As Boolean
     
    value = instance.ColumnHeader
    public bool ColumnHeader {get;}
    See Also