Version

GetTableCells Method

Gets the table cells intersecting the specified document span.
Syntax
'Declaration
 
Public Function GetTableCells( _
   ByVal intersectSpan As DocumentSpan, _
   Optional ByVal fullyContainedCellsOnly As Boolean _
) As IEnumerable(Of TableCellNode)

Parameters

intersectSpan
Cells intersecting this DocumentSpan will be returned. If the span is length of 0 then the cell containing the span's start is returned.
fullyContainedCellsOnly
If true then returns only the cells that are fully contained in the specified span.

Return Value

Table cells that intersect the specified document span.
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