API Reference

Class

LegacyXlsChartFutureBlock

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

Describes preserve-only StartBlock and EndBlock chart future-record scope metadata.

Inheritance

  • Object
  • LegacyXlsChartFutureBlock

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

Properties

public Boolean IsStart { get; } #

Gets whether this record starts a future-record block.

public Boolean IsEnd { get; } #

Gets whether this record ends a future-record block.

public String DirectionName { get; } #

Gets the future-record block direction.

public UInt16 ObjectKind { get; } #

Gets the raw future-record object kind.

public String ObjectKindName { get; } #

Gets the decoded future-record object kind name.

public Nullable<UInt16> ObjectContext { get; } #

Gets the raw StartBlock object context, when present.

public Nullable<UInt16> ObjectInstance1 { get; } #

Gets the raw StartBlock first object instance, when present.

public Nullable<UInt16> ObjectInstance2 { get; } #

Gets the raw StartBlock second object instance, when present.

public String ScopeKey { get; } #

Gets a compact key describing the future-record block scope.