[]
Gets or sets the value of the property.
object Value { get; set; }
Property Value As Object
| Type | Description |
|---|---|
| object | The value of the property. |
IDocumentProperty property = workbook.CustomDocumentProperties.Add("Name", "Headings");
property.Value = 100;
object value = property.Value;