menu

Xamarin.Android

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class RowStorage.CellMethod - Xamarin.Android API Reference | Syncfusion

    Show / Hide Table of Contents

    Class RowStorage.CellMethod

    Calls each cell.

    Inheritance
    System.Object
    RowStorage.CellMethod
    Namespace: Syncfusion.XlsIO.Implementation.Collections
    Assembly: Syncfusion.XlsIO.Portable.dll
    Syntax
    public sealed class CellMethod : MulticastDelegate

    Constructors

    CellMethod(Object, IntPtr)

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

    Methods

    BeginInvoke(TBIFFRecord, Int32, Object, AsyncCallback, Object)

    Declaration
    public virtual IAsyncResult BeginInvoke(TBIFFRecord recordType, int offset, object data, AsyncCallback callback, object object)
    Parameters
    Type Name Description
    TBIFFRecord recordType
    System.Int32 offset
    System.Object data
    System.AsyncCallback callback
    System.Object object
    Returns
    Type
    System.IAsyncResult

    EndInvoke(IAsyncResult)

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

    Invoke(TBIFFRecord, Int32, Object)

    Declaration
    public virtual void Invoke(TBIFFRecord recordType, int offset, object data)
    Parameters
    Type Name Description
    TBIFFRecord recordType
    System.Int32 offset
    System.Object data
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved