menu

ASP.NET Core - EJ2

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class OpenRequest - API Reference

    Show / Hide Table of Contents

    Class OpenRequest

    Specifies a class for file open request.

    Inheritance
    System.Object
    OpenRequest
    Namespace: Syncfusion.EJ2.Spreadsheet
    Assembly: Syncfusion.EJ2.Spreadsheet.dll
    Syntax
    public class OpenRequest : Object

    Constructors

    OpenRequest()

    Declaration
    public OpenRequest()

    Properties

    File

    Gets or sets the file.

    Declaration
    public object File { get; set; }
    Property Value
    Type Description
    System.Object

    Guid

    Gets or sets the cache unique key. Either file directory information or a worksheet will be saved in the cache and later retrieved using the cache unique key depending on the user's preference.

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

    Password

    Gets or sets the password.

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

    SheetIndex

    Gets or sets the sheet index.

    Declaration
    public int SheetIndex { get; set; }
    Property Value
    Type Description
    System.Int32

    SheetPassword

    Gets or sets the sheet password.

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

    ThresholdLimit

    Gets or sets information regarding the threshold limit for opening a file. Either the total file size or the maximum amount of data that a workbook can hold is used to determine the limit.

    Declaration
    public ThresholdLimit ThresholdLimit { get; set; }
    Property Value
    Type Description
    ThresholdLimit
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved