Class MsofbtDgg.ClusterID
Cluster Id.
Inheritance
System.Object
    MsofbtDgg.ClusterID
  Implements
System.ICloneable
  Namespace: Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing
Assembly: Syncfusion.XlsIO.Portable.dll
Syntax
public class ClusterID : Object, ICloneableConstructors
ClusterID(Byte[], Int32)
Declaration
public ClusterID(byte[] data, int iOffset)Parameters
| Type | Name | Description | 
|---|---|---|
| System.Byte[] | data | |
| System.Int32 | iOffset | 
ClusterID(Stream)
Declaration
public ClusterID(Stream stream)Parameters
| Type | Name | Description | 
|---|---|---|
| System.IO.Stream | stream | 
ClusterID(UInt32, UInt32)
Declaration
public ClusterID(uint groupId, uint number)Parameters
| Type | Name | Description | 
|---|---|---|
| System.UInt32 | groupId | |
| System.UInt32 | number | 
Properties
GroupId
DG owning the SPIDs in this cluster.
Declaration
public uint GroupId { get; set; }Property Value
| Type | 
|---|
| System.UInt32 | 
Number
Number of SPIDs used so far.
Declaration
public uint Number { get; set; }Property Value
| Type | 
|---|
| System.UInt32 | 
Size
Record's size.
Declaration
public static int Size { get; }Property Value
| Type | 
|---|
| System.Int32 | 
Methods
Clone()
Clone current instance.
Declaration
public object Clone()Returns
| Type | Description | 
|---|---|
| System.Object | Return shallow copy of current instance. | 
GetBytes()
Converts record to the bytes array.
Declaration
public byte[] GetBytes()Returns
| Type | Description | 
|---|---|
| System.Byte[] | Array of bytes with record's data. | 
Write(Stream)
Declaration
public void Write(Stream stream)Parameters
| Type | Name | Description | 
|---|---|---|
| System.IO.Stream | stream | 
Implements
      System.ICloneable