Xamarin.Android

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class HeaderImageGetter - Xamarin.Android API Reference | Syncfusion

    Show / Hide Table of Contents

    Class HeaderImageGetter

    This class is used to get header / footer shapes from a worksheet.

    Inheritance
    System.Object
    HeaderImageGetter
    Implements
    IShapeGetter
    ICloneable
    Namespace: Syncfusion.XlsIO.Implementation
    Assembly: Syncfusion.XlsIO.Portable.dll
    Syntax
    public class HeaderImageGetter : Object, IShapeGetter, ICloneable

    Constructors

    HeaderImageGetter()

    Default constructor.

    Declaration
    public HeaderImageGetter()

    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
    ICloneable
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved