ASP.NET Core

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class MsoUnknown - ASP.NETCore API Reference | Syncfusion

    Show / Hide Table of Contents

    Class MsoUnknown

    Summary description for MsoUnknown.

    Inheritance
    System.Object
    Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw
    Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRawWithArray
    MsoBase
    MsoUnknown
    Implements
    System.ICloneable
    IBiffStorage
    System.IDisposable
    Inherited Members
    MsoBase.m_usVersionAndInst
    MsoBase.FillRecord(Byte[], Int32)
    MsoBase.FillArray(Stream)
    MsoBase.FillArray(Stream, Int32, List<Int32>, List<List<BiffRecordRaw>>)
    MsoBase.Clone(MsoBase)
    MsoBase.Clone()
    MsoBase.UpdateNextMsoDrawingData()
    MsoBase.ParseStructure()
    MsoBase.ConvertFromInt32(Int32)
    MsoBase.WriteInt32(Stream, Int32)
    MsoBase.WriteUInt32(Stream, UInt32)
    MsoBase.WriteInt16(Stream, Int16)
    MsoBase.WriteUInt16(Stream, UInt16)
    MsoBase.ReadInt32(Stream)
    MsoBase.ReadUInt32(Stream)
    MsoBase.ReadInt16(Stream)
    MsoBase.ReadUInt16(Stream)
    MsoBase.Version
    MsoBase.Instance
    MsoBase.MsoRecordType
    MsoBase.DataGetter
    MsoBase.Parent
    MsoBase.MaximumRecordSize
    Namespace: Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing
    Assembly: Syncfusion.XlsIO.Portable.dll
    Syntax
    [MsoDrawing]
    public class MsoUnknown : MsoBase, ICloneable, IBiffStorage, IDisposable

    Constructors

    MsoUnknown(MsoBase)

    Creates new object.

    Declaration
    public MsoUnknown(MsoBase parent)
    Parameters
    Type Name Description
    MsoBase parent

    Parent object.

    MsoUnknown(MsoBase, Byte[], Int32)

    Creates new object.

    Declaration
    public MsoUnknown(MsoBase parent, byte[] data, int iOffset)
    Parameters
    Type Name Description
    MsoBase parent

    Parent object.

    System.Byte[] data

    Base data.

    System.Int32 iOffset

    Offset index.

    Properties

    NeedDataArray

    Indicates whether record needs internal data array or if it can be cleaned.

    Declaration
    public override bool NeedDataArray { get; }
    Property Value
    Type Description
    System.Boolean
    Overrides
    Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw.NeedDataArray

    Methods

    ParseStructure(Stream)

    Declaration
    public override void ParseStructure(Stream stream)
    Parameters
    Type Name Description
    System.IO.Stream stream
    Overrides
    MsoBase.ParseStructure(Stream)

    Implements

    System.ICloneable
    IBiffStorage
    System.IDisposable
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved