API Reference

Class

LegacyXlsDrawingAnchor

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

Describes shallow metadata decoded from an OfficeArtFClientAnchor record.

Inheritance

  • Object
  • LegacyXlsDrawingAnchor

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 LegacyXlsDrawingAnchor(UInt16 flags, UInt16 startColumn, UInt16 startDx, UInt16 startRow, UInt16 startDy, UInt16 endColumn, UInt16 endDx, UInt16 endRow, UInt16 endDy) #

Creates preserve-only metadata for an OfficeArt client anchor.

Parameters

flags System.UInt16 requiredposition: 0
startColumn System.UInt16 requiredposition: 1
startDx System.UInt16 requiredposition: 2
startRow System.UInt16 requiredposition: 3
startDy System.UInt16 requiredposition: 4
endColumn System.UInt16 requiredposition: 5
endDx System.UInt16 requiredposition: 6
endRow System.UInt16 requiredposition: 7
endDy System.UInt16 requiredposition: 8

Properties

public UInt16 Flags { get; } #

Gets the raw anchor flags.

public UInt16 StartColumn { get; } #

Gets the zero-based starting column.

public UInt16 StartDx { get; } #

Gets the starting column offset.

public UInt16 StartRow { get; } #

Gets the zero-based starting row.

public UInt16 StartDy { get; } #

Gets the starting row offset.

public UInt16 EndColumn { get; } #

Gets the zero-based ending column.

public UInt16 EndDx { get; } #

Gets the ending column offset.

public UInt16 EndRow { get; } #

Gets the zero-based ending row.

public UInt16 EndDy { get; } #

Gets the ending row offset.