Class SpreadsheetPageSettings
Represents the class for Spreadsheet Page settings which includes Pagecount and current page 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 SpreadsheetPageSettings : EJTagHelper
Constructors
SpreadsheetPageSettings()
Declaration
public SpreadsheetPageSettings()
Properties
CurrentPage
Gets or sets the current page.
Declaration
[JsonProperty("currentPage")]
public int CurrentPage { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The current page. |
PageCount
Gets or sets the page count.
Declaration
[JsonProperty("pageCount")]
public int PageCount { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The page count. |