ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc.Sheet Namespace / FlexSheet Class / RowHeaderPath Property

In This Topic
    RowHeaderPath Property (FlexSheet)
    In This Topic
    Gets or sets the name of the property used to create row header cells.
    Syntax
    'Declaration
     
    
    Public Overridable Property RowHeaderPath As String
    public virtual string RowHeaderPath {get; set;}
    Remarks
    Row header cells are not visible or selectable. They are meant for use with accessibility tools.
    See Also