Skip to content
Permalink
Browse files
Merge pull request #21 from NextTurn/patch-1
Fix method name
  • Loading branch information
Linda Caputo committed Apr 17, 2019
2 parents b4aa99e + 09ef436 commit 4da9c98433433cd8f699653ca2307b9d37000786
Showing with 1 addition and 1 deletion.
  1. +1 −1 docs/how-to-open-a-spreadsheet-document-for-read-only-access.md
@@ -258,7 +258,7 @@ attempts to add the new **WorksheetPart**.
--------------------------------------------------------------------------------
## Sample Code
The following code sample is used to open a Spreadsheet Document for
Read-only Access. You can call the **OpenSpreadsheetDocumentReadonl** method by using
Read-only Access. You can call the **OpenSpreadsheetDocumentReadonly** method by using
the following code, which opens the file "Sheet10.xlsx," as an example.

```csharp

0 comments on commit 4da9c98

Please sign in to comment.