TsvDocumentInfo class

TsvDocumentInfo class

Contains Tsv document metadata.

The TsvDocumentInfo type exposes the following members:

Properties

Property Description
active_worksheet_index The active worksheet index. (inherited from SpreadsheetDocumentInfo)
author The author of the spreadsheet document. (inherited from SpreadsheetDocumentInfo)
creation_date The creation date of the document, implementing IDocumentInfo.creation_date. (inherited from DocumentInfo)
format The format of the document. Implements IDocumentInfo.format. (inherited from DocumentInfo)
is_password_protected The document is password protected. (inherited from SpreadsheetDocumentInfo)
item (inherited from DocumentInfo)
pages_count The number of pages in the document, implementing IDocumentInfo.pages_count. (inherited from DocumentInfo)
property_names The property implements IDocumentInfo.property_names. (inherited from DocumentInfo)
size The size of the document, as defined by IDocumentInfo.size. (inherited from DocumentInfo)
title The title of the spreadsheet document. (inherited from SpreadsheetDocumentInfo)
worksheets The worksheets names. (inherited from SpreadsheetDocumentInfo)
worksheets_count The number of worksheets. (inherited from SpreadsheetDocumentInfo)

See Also