[This is preliminary documentation and is subject to change.]
Sets the integer value of the property
Namespace:
OfficeClip.BusinessLayer.Framework.ProfileAssembly: OfficeClip.BusinessLayer (in OfficeClip.BusinessLayer)
Version: 8.1.1.0
Syntax
| C# |
|---|
protected void SetDouble( int index, double value ) |
| Visual Basic (Declaration) |
|---|
Protected Sub SetDouble ( _ index As Integer, _ value As Double _ ) |
| Visual C++ |
|---|
protected: void SetDouble( int index, double value ) |
Parameters
- index
- Type: System..::.Int32
The index value of the property
- value
- Type: System..::.Double
The value of the property
