NoCoauth Cell (Document Properties Section)
Sets whether a document stored on a Microsoft SharePoint 2013 server or Microsoft OneDrive can be edited by multiple authors simultaneously in a coauthoring session.
Value | Description |
---|---|
TRUE |
The document cannot be coauthored and is locked for editing when open. |
FALSE |
The document can be coauthored. |
Remarks
To get a reference to the NoCoauth cell by name from another formula, by value of the N attribute of a Cell element, or from a program using the CellsU property, use:
Value | |
---|---|
Cell name: |
NoCoauth |
To get a reference to the NoCoauth cell by index from a program, use the CellsSRC property with the following arguments:
Value | |
---|---|
Section index: |
visSectionObject |
Row index: |
visRowDoc |
Cell index: |
visDocNoCoauth |