Version

GetCellAssociatedTable Method

Gets the WorksheetTable to which the cell at the specified index belongs.
Syntax
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: Android 4.4+, iOS 8+

Development Environments: Visual Studio 2015+, Visual Studio for Mac Preview, Xamarin for Visual Studio 4.2+

See Also