ExcelFileStore Class
Represents a collection of application-specific ExcelFile instances.
- Inheritance:
- System.ObjectExcelFileStore
Methods
AddExcelFile(Uri, ExcelFile)
Adds a ExcelFile to the store.
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.
GetExcelFile(Uri)
Returns the ExcelFile with a specified URI from the store.
public static ExcelFile GetExcelFile(Uri uri)Public Shared Function GetExcelFile(uri As Uri) As ExcelFileParameters
uri- System.Uri
The uniform resource identifier (URI) of the ExcelFile to return.
Returns
RemoveExcelFile(Uri)
Removes the ExcelFile with a specified URI from the store.
Parameters
uri- System.Uri
The uniform resource identifier (URI) of the ExcelFile to remove.