API Reference
Class
LegacyXlsChartFutureBlock
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
- Property LegacyXlsChartRecord.FutureBlock
Accepted by parameters
- Constructor LegacyXlsChartRecord.LegacyXlsChartRecord
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
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.