menu

ASP.NET Web Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SelectedCellIndexPropertyBuilder

    Show / Hide Table of Contents

    Class SelectedCellIndexPropertyBuilder

    Inheritance
    System.Object
    SelectedCellIndexPropertyBuilder
    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 SelectedCellIndexPropertyBuilder

    Constructors

    SelectedCellIndexPropertyBuilder(List<SelectedCellIndex>)

    It set the list of selected cell index.

    Declaration
    public SelectedCellIndexPropertyBuilder(List<SelectedCellIndex> selectedCellIndexesValue)
    Parameters
    Type Name Description
    System.Collections.Generic.List<SelectedCellIndex> selectedCellIndexesValue

    It accepts the list of selected cell value

    Methods

    Add()

    It adds the selected cell details

    Declaration
    public void Add()

    CellIndex(Int32)

    It sets a selcted cell index value in cell selection.

    Declaration
    public SelectedCellIndexPropertyBuilder CellIndex(int cellIndex)
    Parameters
    Type Name Description
    System.Int32 cellIndex
    Returns
    Type Description
    SelectedCellIndexPropertyBuilder

    SelectedCellIndexPropertyBuilder

    RowIndex(Int32)

    It sets a selcted row index value in cell selection.

    Declaration
    public SelectedCellIndexPropertyBuilder RowIndex(int rowIndex)
    Parameters
    Type Name Description
    System.Int32 rowIndex

    It accepts the integer value and set the row index of selected cell

    Returns
    Type Description
    SelectedCellIndexPropertyBuilder

    SelectedCellIndexPropertyBuilder

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved