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

Namespace: FlexCel.Core

public void SetStandardProperty(TPropertyId PropertyId, String value)

Parameters

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

See also