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


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