Table of Contents

TDocumentProperties.SetStandardProperty Method

This method only works in xlsx files. It will set the standard property with the given Id to the specified value. Set the value to null or empty to clear the property.

Syntax

Unit: FlexCel.Core

procedure TDocumentProperties.SetStandardProperty(const PropertyId: TPropertyId; const value: string);

Parameters

<-> Parameter Type Description
const PropertyId TPropertyId Property id that we want to modify.
const value string Set it to null or empty to clear the property.

See also