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

In This Topic
    SelectedSheetIndex Property
    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