Method: Axlsx::App#shared_doc

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

#shared_docBoolean Also known as: SharedDoc

Returns Indicates if the document is shared.

Returns:

  • (Boolean)

    Indicates if the document is shared.



112
113
114
# File 'lib/axlsx/doc_props/app.rb', line 112

def shared_doc
  @shared_doc
end