-
Notifications
You must be signed in to change notification settings - Fork 568
Provide Table Explicit Properties - #1149 #1921
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
LGTM, but looks like you need to sign the CLA. Can you also give it a better title? |
/// <summary> | ||
/// Gets the collection of table cells within the table row. | ||
/// </summary> | ||
public IEnumerable<TableCell>? TableCell |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
since this is an IEnumerable, I think plural TableCells
would be a better name
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
And do we currently return nullable enumerables? I'd prefer to return an empty enumerable, but we should follow whatever the pattern is
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@twsouthwick I applied changes you and Mike recommended can I have this PR re reviewed/approved Thanks
…wiak/Open-XML-SDK into add-table-properties-1149
@dotnet-policy-service agree company="Microsoft" |
Hi @twsouthwick @tomjebo — could I kindly get one more review/approval on this PR? It’s been open for a while now. Thanks a lot! |
This is to address #1149