Spread Windows Forms 12.0 Product Documentation
Tables Property


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > IWorksheet Interface : Tables Property
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

Reference

IWorksheet Interface
IWorksheet Members