SpreadsheetGear 2023
IDocumentProperty Interface Properties

SpreadsheetGear Namespace : IDocumentProperty Interface

For a list of all members of this type, see IDocumentProperty members.

Public Properties
 NameDescription
 PropertyGets or sets the name of this document property (built-in property names cannot not be changed).  
 PropertyGets the parent custom or built-in properties collection of this property.  
 PropertyGets or sets the value of this document property which must be an instance of System.String with a length of 255 characters or less, System.DateTime on or after January 1st, 1901, System.Boolean, System.Int32 or a valid System.Double (see SpreadsheetGear.Advanced.Cells.IValues.ValidateNumber(ref double)). Custom properties never return null and may not be set to null. Builtin properties may return null if they are undefined and may be set to null. All retunred DateTime's will be DateTimeKind.Utc, and non-Utc DateTime's will be converted to DateTimeKind.Utc at the time they are set.  
Top
See Also

Reference

IDocumentProperty Interface
SpreadsheetGear Namespace
BuiltinDocumentProperties Property
CustomDocumentProperties Property
Count Property
IDocumentProperties.Item
Add Method