Class SaveSettings
Represents an Save settings.
Inheritance
System.Object
SaveSettings
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.EJ2.Spreadsheet
Assembly: Syncfusion.EJ2.Spreadsheet.dll
Syntax
public class SaveSettings
Constructors
SaveSettings()
Declaration
public SaveSettings()
Properties
ContentType
Get or set the content type in ContentType.
Declaration
public ContentType ContentType { get; set; }
Property Value
Type | Description |
---|---|
ContentType |
FileName
Get or set Filename.
Declaration
public string FileName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
JSONData
Get or Set Spreadsheet JSON data.
Declaration
public string JSONData { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Password
Get or set password for file.
Declaration
public string Password { get; set; }
Property Value
Type | Description |
---|---|
System.String |
SaveType
Get or set the type of save in SaveType.
Declaration
public SaveType SaveType { get; set; }
Property Value
Type | Description |
---|---|
SaveType |
SaveUrl
Get or set save url.
Declaration
public string SaveUrl { get; set; }
Property Value
Type | Description |
---|---|
System.String |
VersionType
Get or set the excel version type in VersionType.
Declaration
public VersionType VersionType { get; set; }
Property Value
Type | Description |
---|---|
VersionType |
Methods
GetContentType()
Method for get the media type for the defined type.
Declaration
public string GetContentType()
Returns
Type | Description |
---|---|
System.String | The media type. |