API Reference
Class
LegacyXlsChartFrame
Describes shallow metadata decoded from a chart Frame record.
Inheritance
- Object
- LegacyXlsChartFrame
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.Frame
Accepted by parameters
- Constructor LegacyXlsChartRecord.LegacyXlsChartRecord
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public UInt16 FrameType { get; } #Gets the raw frame type.
public String FrameTypeName { get; } #Gets the decoded frame type name.
public UInt16 Flags { get; } #Gets the raw frame flags.
public Boolean AutomaticSize { get; } #Gets whether the frame size is automatically calculated.
public Boolean AutomaticPosition { get; } #Gets whether the frame position is automatically calculated.