GrapeCity.Xaml.Excel
ToArgb Method


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

Return Value

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

Reference

GcColor Structure
GcColor Members