Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / Worksheet Class / Tables Property


In This Topic
Tables Property (Worksheet)
In This Topic
Gets the Tables object which manages all tables in this Worksheet.
Syntax
'Declaration
 
Public ReadOnly Property Tables As Tables
 
'Usage
 
Dim instance As Worksheet
Dim value As Tables
 
value = instance.Tables

Property Value

A Tables object represents the tables of this Worksheet.
See Also