SpreadsheetGear 2023
IDocumentProperty Interface Members
Properties  Methods 

SpreadsheetGear Namespace : IDocumentProperty Interface

The following tables list the members exposed by IDocumentProperty.

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
Public Methods
 NameDescription
 MethodDeletes this document property from the workbook.  
Top
See Also

Reference

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