menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Interface IShapeGetter - UWP API Reference | Syncfusion

    Show / Hide Table of Contents

    Interface IShapeGetter

    This interface is used to get shapes from worksheet.

    Namespace: Syncfusion.XlsIO.Interfaces
    Assembly: Syncfusion.XlsIO.UWP.dll
    Syntax
    public interface IShapeGetter : ICloneable

    Methods

    GetShapes(WorksheetBaseImpl)

    Returns a shape collection from the worksheet.

    Declaration
    ShapeCollectionBase GetShapes(WorksheetBaseImpl sheet)
    Parameters
    Type Name Description
    WorksheetBaseImpl sheet

    Worksheet to return sheet data for.

    Returns
    Type Description
    ShapeCollectionBase

    A shape collection from the worksheet.

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved