GrapeCity.Windows.SpreadSheet.Data Namespace > Workbook Class : FindTable Method |
'Declaration Public Function FindTable( _ ByVal tableName As System.String, _ ByRef sheet As Worksheet _ ) As SheetTable
'Usage Dim instance As Workbook Dim tableName As System.String Dim sheet As Worksheet Dim value As SheetTable value = instance.FindTable(tableName, sheet)
public SheetTable FindTable( System.string tableName, out Worksheet sheet )
The table instance
if the cell belongs to a table; otherwise, null
.Target Platforms: Windows 7, Windows 8 Desktop, Windows Vista SP1 or later, Windows Server 2000, Windows 2000 Professional (SP4), Windows XP (SP2), Windows 2008, Windows 2003 Server (SP1)