API Reference

Class

LegacyXlsDrawingIdentifierCluster

Namespace OfficeIMO.Excel.LegacyXls.Model
Assembly OfficeIMO.Excel
Modifiers sealed

Describes an OfficeArtIDCL shape identifier cluster inside document-wide drawing metadata.

Inheritance

  • Object
  • LegacyXlsDrawingIdentifierCluster

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Returned or exposed by

Accepted by parameters

Constructors

public LegacyXlsDrawingIdentifierCluster(UInt32 drawingId, UInt32 currentShapeId) #

Creates preserve-only metadata for an OfficeArtIDCL record.

Parameters

drawingId System.UInt32 requiredposition: 0
currentShapeId System.UInt32 requiredposition: 1

Properties

public UInt32 DrawingId { get; } #

Gets the drawing identifier that owns this identifier cluster.

public UInt32 CurrentShapeId { get; } #

Gets the largest shape identifier currently assigned in this cluster.