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

In This Topic
    AppendedSheets Property
    In This Topic
    Gets the FlexSheet appended sheets.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property AppendedSheets As IList(Of Sheet)
    public IList<Sheet> AppendedSheets {get;}
    See Also