Search Results for

    Show / Hide Table of Contents

    Interface IMetadata

    Interface that represents meta-data for the Excel file such as "Author", "Title"...

    Namespace: IronXL.Metadata
    Assembly: IronXL.dll
    Syntax
    public interface IMetadata

    Properties

    ApplicationName

    Gets the name of the application with which the file was created.

    Declaration
    string ApplicationName { get; }
    Property Value
    Type Description
    System.String

    Author

    Gets or sets the author of the file.

    Declaration
    string Author { get; set; }
    Property Value
    Type Description
    System.String

    Category

    Gets or sets the category of the file.

    Declaration
    string Category { get; set; }
    Property Value
    Type Description
    System.String

    Comments

    Gets or sets the comments field value.

    Declaration
    string Comments { get; set; }
    Property Value
    Type Description
    System.String

    Company

    Gets the company field value.

    Declaration
    string Company { get; }
    Property Value
    Type Description
    System.String

    Created

    Gets or sets the creation time.

    Declaration
    DateTime? Created { get; set; }
    Property Value
    Type Description
    System.Nullable<System.DateTime>

    CustomProperties

    Gets the custom properties of the workbook.

    Declaration
    ICustomProperties CustomProperties { get; }
    Property Value
    Type Description
    ICustomProperties

    Keywords

    Gets or sets the keywords field value.

    Declaration
    string Keywords { get; set; }
    Property Value
    Type Description
    System.String

    LastPrinted

    Gets or sets the last printed time.

    Declaration
    DateTime? LastPrinted { get; set; }
    Property Value
    Type Description
    System.Nullable<System.DateTime>

    Manager

    Gets the manager field value.

    Declaration
    string Manager { get; }
    Property Value
    Type Description
    System.String

    Modified

    Gets or sets the last modification time.

    Declaration
    DateTime? Modified { get; set; }
    Property Value
    Type Description
    System.Nullable<System.DateTime>

    Subject

    Gets or sets the subject of the file.

    Declaration
    string Subject { get; set; }
    Property Value
    Type Description
    System.String

    Template

    Gets the template field value.

    Declaration
    string Template { get; }
    Property Value
    Type Description
    System.String

    Title

    Gets or sets the title of the file.

    Declaration
    string Title { get; set; }
    Property Value
    Type Description
    System.String
    ☀
    ☾
    In This Article
    Back to top
    Install with Nuget