menu

Xamarin.Android

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

    Show / Hide Table of Contents

    Class MSXmlReader

    This class is responsible for xml spreadsheets parsing.

    Inheritance
    System.Object
    CommonObject
    MSXmlReader
    Implements
    IParentApplication
    System.IDisposable
    Inherited Members
    CommonObject.AddReference()
    CommonObject.AppImplementation
    CommonObject.Application
    CommonObject.CheckDisposed()
    CommonObject.Dispose()
    CommonObject.Finalize()
    CommonObject.FindParent(Object, Type)
    CommonObject.FindParent(Object, Type, Boolean)
    CommonObject.FindParent(Type)
    CommonObject.FindParent(Type, Boolean)
    CommonObject.FindParent(Type[])
    CommonObject.FindParents(Type[])
    CommonObject.m_bIsDisposed
    CommonObject.OnDispose()
    CommonObject.Parent
    CommonObject.ReferenceCount
    CommonObject.ReleaseReference()
    CommonObject.SetParent(Object)
    Namespace: Syncfusion.XlsIO.Implementation.XmlReaders
    Assembly: Syncfusion.XlsIO.Portable.dll
    Syntax
    public class MSXmlReader : CommonObject, IParentApplication, IDisposable

    Constructors

    MSXmlReader(IApplication, Object)

    Initialize new instance of current class.

    Declaration
    public MSXmlReader(IApplication application, object parent)
    Parameters
    Type Name Description
    IApplication application

    Current application.

    System.Object parent

    Parent object for class.

    Methods

    FillWorkbook(XmlReader, WorkbookImpl)

    Reads workbook from xml

    Declaration
    public void FillWorkbook(XmlReader reader, WorkbookImpl book)
    Parameters
    Type Name Description
    System.Xml.XmlReader reader

    Xml reader.

    WorkbookImpl book

    Book to fill.

    Implements

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