Class SpreadsheetPageOptionsBuilder<T>
Represents the class for Spreadsheet Page Options which includes Pagecount and current page properties.
Inheritance
System.Object
SpreadsheetPageOptionsBuilder<T>
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
Assembly: Syncfusion.EJ.dll
Syntax
public class SpreadsheetPageOptionsBuilder<T>
where T : class
Type Parameters
Name | Description |
---|---|
T |
Constructors
SpreadsheetPageOptionsBuilder(SpreadsheetPageSettings)
Initializes a new instance of the SpreadsheetPageOptionsBuilder<T> with the specified page settings.
Declaration
public SpreadsheetPageOptionsBuilder(SpreadsheetPageSettings page)
Parameters
Type | Name | Description |
---|---|---|
SpreadsheetPageSettings | page | The pageSettings. |
Methods
CurrentPage(Int32)
Specifies the current page for Spreadsheet.
Declaration
public SpreadsheetPageOptionsBuilder<T> CurrentPage(int currentPage)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | currentPage | The current page that contains integer. |
Returns
Type | Description |
---|---|
SpreadsheetPageOptionsBuilder<T> |
PageCount(Int32)
Specifies the page count for Spreadsheet.
Declaration
public SpreadsheetPageOptionsBuilder<T> PageCount(int pageCount)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | pageCount | The page count contains integer. |
Returns
Type | Description |
---|---|
SpreadsheetPageOptionsBuilder<T> |