'宣言 Public Function GetTableCells( _ ByVal intersectSpan As DocumentSpan, _ Optional ByVal fullyContainedCellsOnly As Boolean _ ) As IEnumerable(Of TableCellNode)
public IEnumerable<TableCellNode> GetTableCells( DocumentSpan intersectSpan, bool fullyContainedCellsOnly )