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