TDocumentProperties.GetCustomProperty Method
Returns a custom property with a given name.
Syntax
Unit: FlexCel.Core
function TDocumentProperties.GetCustomProperty(const name: string): TDocumentCustomProperty;
Parameters
| <-> |
Parameter |
Type |
Description |
| const |
name |
string |
|
See also