Search Results for

    Show / Hide Table of Contents

    TExcludedRecords Enumeration

    A list of records that might not be saved into a file when using ExcelFile.SaveForHashing(Stream)

    Syntax

    Namespace: FlexCel.Core

    Members

    Name Value Description
    None 0 This includes all records, including the write access. It is not recommended to use this setting, because write access will change every time you save a file with a different user.
    WriteAccess 1 This is a stamp that is saved to the file each time it is saved, identifying the current user. You normally won't want to save this record, so you should specify this value.
    CellSelection 2 If you specify CellSelection, the selected cells will be ignored.
    SheetSelected 4 If you specify SheetSelected, the active sheet will be ignored.
    Version 8 If you specify Version, the version of Excel used to save the file will be ignored. (Note that version might change in an Excel Service Pack).
    All 15 This excludes all records in this enumeration. This is the most recommended option.
    In This Article
    Back to top FlexCel Studio for the .NET Framework v7.24.0.0
    © 2002 - 2025 tmssoftware.com