Spread WinForms 15
FarPoint.Excel Assembly / FarPoint.Excel Namespace / CFColor Class / xclrValue Property


In This Topic
xclrValue Property
In This Topic
A structure that specifies the color value.
Syntax
'Declaration
 
Public Property xclrValue As Integer
 
'Usage
 
Dim instance As CFColor
Dim value As Integer
 
instance.xclrValue = value
 
value = instance.xclrValue
See Also