1. GroupDocs.Editor
  2. /
  3. GroupDocs.Editor for .NET
  4. /
  5. GroupDocs.Editor.Metadata
  6. /
  7. SpreadsheetDocumentInfo

SpreadsheetDocumentInfo

SpreadsheetDocumentInfo structure

Represents metadata of one Spreadsheet document

public struct SpreadsheetDocumentInfo : IDocumentInfo, IEquatable<SpreadsheetDocumentInfo>

Properties

Name Description
Format { get; } Returns a format of this Spreadsheet document
IsEncrypted { get; } Indicates whether this specific Spreadsheet document in encrypted and requires password for opening
PageCount { get; } Returns number of tabs
Size { get; } Returns size in bytes of this Spreadsheet document

Methods

Name Description
Equals(SpreadsheetDocumentInfo) Determines whether this instance is equal to the other specified SpreadsheetDocumentInfo instance
GeneratePreview(int) Generates and returns a preview of the selected worksheet in a form of SVG image

See Also