SpreadsheetGear 2023
Value Property (IControlFormat)


SpreadsheetGear.Shapes Namespace > IControlFormat Interface : Value Property
Gets or sets the value of the represented control.
Syntax
'Declaration
 
Property Value As System.Double
'Usage
 
Dim instance As IControlFormat
Dim value As System.Double
 
instance.Value = value
 
value = instance.Value
System.double Value {get; set;}
Remarks
The value is truncated to an integer due to file format limitations. This may change in a future version.
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

IControlFormat Interface
IControlFormat Members
ControlFormatValues Class