GemBox.Spreadsheet
  • Overview
  • Examples
  • Free version
  • Support
  • Pricelist

    Show / Hide Table of Contents

    ExcelFileStore Class

    Namespace:
    GemBox.Spreadsheet
    Assembly:
    GemBox.Spreadsheet.dll

    Represents a collection of application-specific ExcelFile instances.

    • C#
    • VB.NET
    public static class ExcelFileStore
    Public Module ExcelFileStore
    Inheritance:
    System.Object
    ExcelFileStore

    Methods

    AddExcelFile(Uri, ExcelFile)

    Adds a ExcelFile to the store.

    • C#
    • VB.NET
    public static void AddExcelFile(Uri uri, ExcelFile excelFile)
    Public Shared Sub AddExcelFile(uri As Uri, excelFile As ExcelFile)
    Parameters
    uri
    System.Uri

    The key URI of the ExcelFile to add to the store.

    excelFile
    ExcelFile

    The ExcelFile to add to the store.

    GetExcelFile(Uri)

    Returns the ExcelFile with a specified URI from the store.

    • C#
    • VB.NET
    public static ExcelFile GetExcelFile(Uri uri)
    Public Shared Function GetExcelFile(uri As Uri) As ExcelFile
    Parameters
    uri
    System.Uri

    The uniform resource identifier (URI) of the ExcelFile to return.

    Returns
    ExcelFile

    The ExcelFile with a specified uri; or null, if an ExcelFile with the specified uri is not in the store.

    RemoveExcelFile(Uri)

    Removes the ExcelFile with a specified URI from the store.

    • C#
    • VB.NET
    public static void RemoveExcelFile(Uri uri)
    Public Shared Sub RemoveExcelFile(uri As Uri)
    Parameters
    uri
    System.Uri

    The uniform resource identifier (URI) of the ExcelFile to remove.

    Back to top

    Facebook • Twitter • LinkedIn

    © GemBox Ltd. — All rights reserved.