CsvDocumentInfo

CsvDocumentInfo class

Contains Csv document metadata

public class CsvDocumentInfo : SpreadsheetDocumentInfo

Properties

Name Description
Author { get; } Gets author
CreationDate { get; } Implements CreationDate
Format { get; } Implements Format
IsPasswordProtected { get; } Gets is document password protected
Item { get; } Implements Item
PagesCount { get; } Implements PagesCount
PropertyNames { get; } Implements PropertyNames
Size { get; } Implements Size
Title { get; } Gets title
Worksheets { get; } Worksheets names
WorksheetsCount { get; } Gets worksheets count

See Also