Class SpreadsheetImportSettings
Represents the class for spreadsheet import settings which includes import mapper, import url, password, import on load properties.
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Syncfusion.JavaScript.Models
Assembly: Syncfusion.EJ.dll
Syntax
public class SpreadsheetImportSettings : EJTagHelper
Constructors
SpreadsheetImportSettings()
Declaration
public SpreadsheetImportSettings()
Properties
AllowSheetOnDemand
Gets or sets a value indicating whether the sheet on demand is enable or not.
Declaration
[JsonProperty("allowSheetOnDemand")]
public bool AllowSheetOnDemand { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | true if the sheet on demand is enabled; otherwise, false. |
ImportMapper
Gets or sets the import mapper.
Declaration
[JsonProperty("importMapper")]
public string ImportMapper { get; set; }
Property Value
Type | Description |
---|---|
System.String | The import mapper string. |
ImportOnLoad
Gets or sets a value indicating whether the imort on load is enable or not.
Declaration
[JsonProperty("importOnLoad")]
public bool ImportOnLoad { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | true if the import on load is enabled; otherwise, false. |
ImportUrl
Gets or sets the import url.
Declaration
[JsonProperty("importUrl")]
public string ImportUrl { get; set; }
Property Value
Type | Description |
---|---|
System.String | The import url string. |
Password
Gets or sets the password.
Declaration
[JsonProperty("password")]
public string Password { get; set; }
Property Value
Type | Description |
---|---|
System.String | The password string. |