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


In This Topic
    RowHeader Property (SheetView)
    In This Topic
    Gets the RowHeader object for the row header area of the sheet.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property RowHeader As RowHeader
    'Usage
     
    
    Dim instance As SheetView
    Dim value As RowHeader
     
    value = instance.RowHeader
    public RowHeader RowHeader {get;}
    See Also