'宣言 Public Function GetTableRows( _ ByVal intersectSpan As DocumentSpan, _ Optional ByVal fullyContainedRowsOnly As Boolean _ ) As IEnumerable(Of TableRowNode)
public IEnumerable<TableRowNode> GetTableRows( DocumentSpan intersectSpan, bool fullyContainedRowsOnly )