SpreadsheetGear 2023
Value Property (IDocumentProperty)


SpreadsheetGear Namespace > IDocumentProperty Interface : Value Property
Gets 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.
Syntax
'Declaration
 
Property Value As System.Object
'Usage
 
Dim instance As IDocumentProperty
Dim value As System.Object
 
instance.Value = value
 
value = instance.Value
System.object Value {get; set;}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IDocumentProperty Interface
IDocumentProperty Members
Delete Method
Add Method
valid
valid