Version

GetCellAssociatedTable Method

Gets the WorksheetTable to which the cell at the specified index belongs.
Syntax
'Declaration
 
Public Function GetCellAssociatedTable( _
   ByVal columnIndex As Integer _
) As WorksheetTable
public WorksheetTable GetCellAssociatedTable( 
   int columnIndex
)

Parameters

columnIndex
The 0-based index of the cell within the WorksheetRow.
Exceptions
ExceptionDescription
System.InvalidOperationExceptionIf the row was removed from the worksheet.
Remarks

A cell belongs to a table if it exists in any area of the table. It can be a header cell, total cell, or a cell in the data area.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also