ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc.Sheet Namespace / Workbook Class / Sheets Property

In This Topic
    Sheets Property
    In This Topic
    Gets the worksheet collection of the workbook.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Sheets As List(Of Worksheet)
    public List<Worksheet> Sheets {get;}
    See Also