-
Notifications
You must be signed in to change notification settings - Fork 70
[admin] merge to live #329
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
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…inks to learn.microsoft (#305) * closes #265 (working-with-wordprocessingml-tables.md) * closes #264 (working-with-runs.md) * closes #263 (working-with-paragraphs.md) * closes #299 (xmlns should use http instead of https in multiple files) * closes #262 (structure-of-a-wordprocessingml-document.md) * closes #301 (Ensure we're not referencing specific versions) * closes #261 (how-to-validate-a-word-processing-document.md) * closes #239 (how-to-set-the-font-for-a-text-run.md) * closes #302 (Convert MSDN links to microsoft.learn) * closes #304 (Extract ISO/IEC 29500 references to snippet) * make https://learn.microsoft.com links relative
Updated to correctly reflect the following: 1. Using block for unmanaged object that implements IDisposable 2. Removed explict call to Dispose() 3. Added explicit call to Save() methods of the worksheet and workbook
Updated the code to correctly reflect the following: 1. Using block for unmanaged objects that use IDisposable 2. Removed the explicit Dispose() 3. Added explicit Save() for worksheet and workbook
…anges-in-a-spreadsheet.md
…r-columns-in-a-spreadsheet.md
…eets-in-a-spreadsheet.md
…-a-spreadsheet.md
Update Program.cs sample code to use the Using block for IDisposable objects.
Update Program.vb to correctly handle IDisposable objects
Extract code snippets and update documentation for v3
Contributor
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.