Spread WPF 18
GrapeCity.Spreadsheet Namespace / IWorksheet Interface / Tables Property


In This Topic
    Tables Property
    In This Topic
    Gets the ITables object which manages all tables in this IWorksheet.
    Syntax
    'Declaration
     
    ReadOnly Property Tables As ITables
    'Usage
     
    Dim instance As IWorksheet
    Dim value As ITables
     
    value = instance.Tables
    ITables Tables {get;}

    Property Value

    A ITables object represents the tables of this IWorksheet.
    See Also