WinForms

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Delegate GridRowColRangeInfoHandler - WindowsForms API Reference | Syncfusion VisitVisibleCells(GridRangeInfo, GridRowColRangeInfoHandler[]). ">

    Show / Hide Table of Contents

    Delegate GridRowColRangeInfoHandler

    See VisitVisibleCells(GridRangeInfo, GridRowColRangeInfoHandler[]).

    Namespace: Syncfusion.Windows.Forms.Grid
    Assembly: Syncfusion.Grid.Windows.dll
    Syntax
    public delegate GridRangeInfo GridRowColRangeInfoHandler(int row, int col);
    Parameters
    Type Name Description
    System.Int32 row
    System.Int32 col
    Returns
    Type Description
    GridRangeInfo

    returns GridRangeInfo

    Constructors

    GridRowColRangeInfoHandler(Object, IntPtr)

    Declaration
    public GridRowColRangeInfoHandler(object object, IntPtr method)
    Parameters
    Type Name Description
    System.Object object
    System.IntPtr method

    Methods

    BeginInvoke(Int32, Int32, AsyncCallback, Object)

    Declaration
    public virtual IAsyncResult BeginInvoke(int row, int col, AsyncCallback callback, object object)
    Parameters
    Type Name Description
    System.Int32 row
    System.Int32 col
    System.AsyncCallback callback
    System.Object object
    Returns
    Type Description
    System.IAsyncResult

    EndInvoke(IAsyncResult)

    Declaration
    public virtual GridRangeInfo EndInvoke(IAsyncResult result)
    Parameters
    Type Name Description
    System.IAsyncResult result
    Returns
    Type Description
    GridRangeInfo

    Invoke(Int32, Int32)

    Declaration
    public virtual GridRangeInfo Invoke(int row, int col)
    Parameters
    Type Name Description
    System.Int32 row
    System.Int32 col
    Returns
    Type Description
    GridRangeInfo
    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved