Spread Silverlight Documentation
ToArgb Method


GrapeCity.Excel Namespace > GcColor Structure : ToArgb Method
Gets the 32-bit ARGB value of this structure.
Syntax
'Declaration
 
Public Function ToArgb() As System.UInteger
'Usage
 
Dim instance As GcColor
Dim value As System.UInteger
 
value = instance.ToArgb()
public System.uint ToArgb()

Return Value

The 32-bit ARGB value of this GrapeCity.Excel.GcColor
See Also

Reference

GcColor Structure
GcColor Members