menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ShapesGetter - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ShapesGetter

    This class is used to get shapes collection from a worksheet.

    Inheritance
    System.Object
    ShapesGetter
    Implements
    IShapeGetter
    System.ICloneable
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Syncfusion.XlsIO.Implementation
    Assembly: Syncfusion.XlsIO.Base.dll
    Syntax
    public class ShapesGetter : IShapeGetter, ICloneable

    Constructors

    ShapesGetter()

    Default constructor.

    Declaration
    public ShapesGetter()

    Methods

    Clone()

    Creates a new object that is a copy of the current instance.

    Declaration
    public object Clone()
    Returns
    Type Description
    System.Object

    A new object that is a copy of this instance.

    GetShapes(WorksheetBaseImpl)

    Returns a shape collection from the worksheet.

    Declaration
    public 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.

    Implements

    IShapeGetter
    System.ICloneable
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved