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

In This Topic
    SelectedSheetIndex Property (FlexSheet)
    In This Topic
    Gets or sets the index of the current sheet in the FlexSheet.
    Syntax
    'Declaration
     
    Public Property SelectedSheetIndex As Nullable(Of Integer)
    public Nullable<int> SelectedSheetIndex {get; set;}
    See Also