menu

Xamarin.Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Interface ICustomXmlPart - Xamarin.Forms API Reference | Syncfusion

    Show / Hide Table of Contents

    Interface ICustomXmlPart

    Represent the custom xml part in excel

    Namespace: Syncfusion.XlsIO
    Assembly: Syncfusion.XlsIO.Portable.dll
    Syntax
    public interface ICustomXmlPart

    Properties

    Data

    Returns the index number of the object within the collection of similar objects. Read-only Long.

    Declaration
    byte[] Data { get; set; }
    Property Value
    Type
    System.Byte[]

    Id

    Returns or sets the name of the object. Read / write String.

    Declaration
    string Id { get; set; }
    Property Value
    Type
    System.String

    Schemas

    Returns or sets the name of the object, in the language of the user. Read / write String for Name.

    Declaration
    ICustomXmlSchemaCollection Schemas { get; }
    Property Value
    Type
    ICustomXmlSchemaCollection

    Methods

    Clone()

    Deletes the object.

    Declaration
    ICustomXmlPart Clone()
    Returns
    Type Description
    ICustomXmlPart

    A CustomXmlPart cloned object.

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