Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / Worksheet Class / RowHeader Property


In This Topic
    RowHeader Property
    In This Topic
    Gets the row header area of the sheet.
    Syntax
    'Declaration
     
    Public ReadOnly Property RowHeader As RowHeader
    'Usage
     
    Dim instance As Worksheet
    Dim value As RowHeader
     
    value = instance.RowHeader
    public RowHeader RowHeader {get;}

    Property Value

    The RowHeader object for the row header area of the sheet.
    See Also