menu

Xamarin.Android

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

    Show / Hide Table of Contents

    Class WorkbookImpl.ShapesGetterMethod

    Shapes Getter Method

    Inheritance
    System.Object
    WorkbookImpl.ShapesGetterMethod
    Namespace: Syncfusion.XlsIO.Implementation
    Assembly: Syncfusion.XlsIO.Portable.dll
    Syntax
    public sealed class ShapesGetterMethod : MulticastDelegate

    Constructors

    ShapesGetterMethod(Object, IntPtr)

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

    Methods

    BeginInvoke(ITabSheet, AsyncCallback, Object)

    Declaration
    public virtual IAsyncResult BeginInvoke(ITabSheet sheet, AsyncCallback callback, object object)
    Parameters
    Type Name Description
    ITabSheet sheet
    System.AsyncCallback callback
    System.Object object
    Returns
    Type
    System.IAsyncResult

    EndInvoke(IAsyncResult)

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

    Invoke(ITabSheet)

    Declaration
    public virtual ShapeCollectionBase Invoke(ITabSheet sheet)
    Parameters
    Type Name Description
    ITabSheet sheet
    Returns
    Type
    ShapeCollectionBase
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved