Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IconSetCfRule Class / GetIcon Method
An integer value indicates the index of icon.


In This Topic
GetIcon Method (IconSetCfRule)
In This Topic
Gets icon at the specified index.
Syntax
'Declaration
 
Public Function GetIcon( _
   ByVal index As Integer _
) As CfIcon
 
'Usage
 
Dim instance As IconSetCfRule
Dim index As Integer
Dim value As CfIcon
 
value = instance.GetIcon(index)

Parameters

index
An integer value indicates the index of icon.

Return Value

A CfIcon value represents icon at the specified index.
See Also