TsvDocumentInfo class

TsvDocumentInfo class

The TsvDocumentInfo class contains TSV document metadata.

The TsvDocumentInfo type exposes the following members:

Methods

Method Description
get
get_file
get_string

Properties

Property Description
creation_date The document creation date.
format The document format.
pages_count The document pages count.
property_names The enumerable of all properties that can be retrieved for the current document info.
size The document size in bytes.
active_worksheet_index The active worksheet index. (inherited from SpreadsheetDocumentInfo)
author The author of the spreadsheet document. (inherited from SpreadsheetDocumentInfo)
is_password_protected The document is password protected. (inherited from SpreadsheetDocumentInfo)
title The title of the spreadsheet document. (inherited from SpreadsheetDocumentInfo)
worksheets The worksheets names. (inherited from SpreadsheetDocumentInfo)
worksheets_count The worksheets count. (inherited from SpreadsheetDocumentInfo)

See Also