ASP.NET MVC

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SpreadsheetPageOptionsBuilder<T> - ASP.NETMVC API Reference | Syncfusion

    Show / Hide Table of Contents

    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>
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved