ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc.FlexSheet Assembly / C1.Web.Mvc.Sheet Namespace / FlexSheet Class / SortRowIndex Property

In This Topic
    SortRowIndex Property (FlexSheet)
    In This Topic
    This property is useless in FlexSheet.
    Syntax
    'Declaration
     
    Public Overrides Property SortRowIndex As Nullable(Of Integer)
    public override Nullable<int> SortRowIndex {get; set;}
    See Also