API Reference

Class

LegacyXlsDrawingGroupInfo

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

Describes per-drawing OfficeArtFDG metadata discovered in an XLS drawing.

Inheritance

  • Object
  • LegacyXlsDrawingGroupInfo

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 LegacyXlsDrawingGroupInfo(UInt16 drawingId, UInt32 shapeCount, UInt32 lastShapeId) #

Creates preserve-only metadata for an OfficeArtFDG record.

Parameters

drawingId System.UInt16 requiredposition: 0
shapeCount System.UInt32 requiredposition: 1
lastShapeId System.UInt32 requiredposition: 2

Properties

public UInt16 DrawingId { get; } #

Gets the drawing identifier from the OfficeArtFDG record header instance field.

public UInt32 ShapeCount { get; } #

Gets the number of shapes in this drawing.

public UInt32 LastShapeId { get; } #

Gets the shape identifier of the last shape in this drawing.