TDocumentProperties.GetUsedStandardProperties Method
Returns a list of all the standard properties that are set.
Syntax
Unit: FlexCel.Core
function TDocumentProperties.GetUsedStandardProperties(const returnOnlySeteable: Boolean): TArray<TPropertyId>;
Parameters
<-> |
Parameter |
Type |
Description |
const |
returnOnlySeteable |
Boolean |
If true, only the properties that you can set will be returned. |
See also