alexa

    Show / Hide Table of Contents

    Interface IShapeGetter

    This interface is used to get shapes from worksheet.

    Inherited Members
    System.ICloneable.Clone()
    Namespace: Syncfusion.XlsIO.Interfaces
    Assembly: Syncfusion.XlsIO.Base.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.

    Back to top Generated by DocFX