OfficeIMO

API Reference

Class

ApplicationProperties

Namespace OfficeIMO.Excel
Assembly OfficeIMO.Excel
Modifiers sealed

Extended (application) properties for an Excel workbook, e.g. Company, Manager.

Inheritance

  • Object
  • ApplicationProperties

Constructors

public ApplicationProperties(ExcelDocument document) #

Creates a new wrapper for extended (application) properties bound to the given document.

Parameters

document OfficeIMO.Excel.ExcelDocument requiredposition: 0

Properties

public String Company { get; set; } #

Company property stored in the Extended File Properties part.

public String Manager { get; set; } #

Manager property stored in the Extended File Properties part.

public String ApplicationName { get; set; } #

Application name (producer) stored in the Extended File Properties part.