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


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