menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class MSXmlReader - API Reference

    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.m_bIsDisposed
    CommonObject.FindParent(Type)
    CommonObject.FindParent(Type, Boolean)
    CommonObject.FindParent(Object, Type)
    CommonObject.FindParent(Object, Type, Boolean)
    CommonObject.FindParents(Type[])
    CommonObject.FindParent(Type[])
    CommonObject.SetParent(Object)
    CommonObject.CheckDisposed()
    CommonObject.AddReference()
    CommonObject.ReleaseReference()
    CommonObject.Dispose()
    CommonObject.OnDispose()
    CommonObject.Application
    CommonObject.Parent
    CommonObject.AppImplementation
    CommonObject.ReferenceCount
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.XlsIO.Implementation.XmlReaders
    Assembly: Syncfusion.XlsIO.Base.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 - 2023 Syncfusion Inc. All Rights Reserved