Method: Axlsx::App#ShareDoc

Defined in:
lib/axlsx/doc_props/app.rb

#ShareDocBoolean

Returns Indicates if the document is shared.

Returns:

  • (Boolean)

    Indicates if the document is shared.



65
66
67
# File 'lib/axlsx/doc_props/app.rb', line 65

def ShareDoc
  @ShareDoc
end