Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / CellInfoRange Class / RowHeader Property


In This Topic
    RowHeader Property (CellInfoRange)
    In This Topic
    Gets or sets the row header for the the cell information.
    Syntax
    'Declaration
     
    
    Public Property RowHeader As CellInfoRange
    'Usage
     
    
    Dim instance As CellInfoRange
    Dim value As CellInfoRange
     
    instance.RowHeader = value
     
    value = instance.RowHeader
    public CellInfoRange RowHeader {get; set;}
    See Also