Web API Edition | ComponentOne
C1.Web.Api.Excel Namespace / Worksheet Class / Tables Property

In This Topic
    Tables Property
    In This Topic
    Gets the tables in this worksheet.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Tables As List(Of WorkbookTable)
    public List<WorkbookTable> Tables {get;}
    See Also