Table of Contents

IShapeOptionList.SetBytes Method

Sets a property with arbitrary bytes.

Syntax

Unit: FlexCel.Core

procedure IShapeOptionList.SetBytes(const option: TShapeOption; const value: TBytes); virtual; abstract;

Parameters

<-> Parameter Type Description
const option TShapeOption Option to set.
const value TBytes Value to set.

See also