Search Results for

    Show / Hide Table of Contents

    TDocumentProperties Class

    Properties for an Excel sheet.

    Syntax

    Namespace: FlexCel.Core

    public sealed class TDocumentProperties

    Methods

    Name Description
    GetStandardProperty Returns a standard document property (Like Author, Title, etc.). This method returns an object that might be:...[more]
    GetUsedStandard​Properties Returns a list of all the standard properties that are set.
    SetStandardProperty This method only works in xlsx files. It will set the standard property with the given Id to the specified value. Set the value to null or empty to clear the property.
    GetCustomProperty Returns a custom property with a given name.
    SetCustomProperty This method only works in xlsx files. Sets a custom property with a given name. Set the value to null or empty string to remove the property.
    GetAllCustom​Properties Returns a list of all the names of custom properties in the file.
    RemoveAllProperties This method will remove all document properties of the file. You can use it to be sure you aren't embedding any confidential information on the properties.

    Properties

    Name Description
    PreserveCreationDate By default FlexCel will set the creation date in the file to be the date when you actually created it, no matter the value originally stored in the file.
    This assumes you are starting from a template and generating a new document from it.
    But if you are modifying an existing file and want to preserve the original creation date, then you need to set this property to true. Note that this property sets itself automatically to true if you manually set the creation time of a file.
    PreserveModifiedDate By default FlexCel will set the modified date in the file to be the date when you actually saved it, no matter the value originally stored in the file.
    But if you need to set a different modified date than the date in the server, or you don't want a new modified date to be saved and preserve the one in the document, then you need to set this property to true.
    If you are setting this property to true, you probably also want to set PreserveCreationDate to true.
    Note that this property sets itself automatically to true if you manually set the modified time of a file.
    ...[more]
    In This Article
    Back to top FlexCel Studio for the .NET Framework v7.24.0.0
    © 2002 - 2025 tmssoftware.com