Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IWorksheet Interface / Tables Property


In This Topic
Tables Property (IWorksheet)
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

Property Value

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