alexa
menu

WinForms

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

    Show / Hide Table of Contents

    Class GridFormulaNamedRangesEditHelper.NamedRangeList

    Typed ArrayList that returns NamedRange objects.

    Inheritance
    System.Object
    GridFormulaNamedRangesEditHelper.NamedRangeList
    Namespace: Syncfusion.Windows.Forms.Grid
    Assembly: Syncfusion.Grid.Windows.dll
    Syntax
    public class NamedRangeList : ArrayList

    Constructors

    NamedRangeList()

    Initializes a new instance of the GridFormulaNamedRangesEditHelper.NamedRangeList class.

    Declaration
    public NamedRangeList()

    Properties

    Item[Int32]

    Gets or sets the element as a NamedRange type.

    Declaration
    public GridFormulaNamedRangesEditHelper.NamedRange this[int i] { get; set; }
    Parameters
    Type Name Description
    System.Int32 i
    Property Value
    Type
    GridFormulaNamedRangesEditHelper.NamedRange
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved