GrapeCity.Spreadsheet Assembly / GrapeCity.Core Namespace / ICustomProperty Interface / Value Property


In This Topic
Value Property (ICustomProperty)
In This Topic
Gets or sets an object representing the value of the custom property.
Syntax
'Declaration
 
Property Value As Object
 
'Usage
 
Dim instance As ICustomProperty
Dim value As Object
 
instance.Value = value
 
value = instance.Value
See Also