[]
        
(Showing Draft Content)

GrapeCity.Spreadsheet.CfIcon

CfIcon Struct

Represents a single icon of an icon set.

Implements
Namespace: GrapeCity.Spreadsheet
Assembly: GrapeCity.Spreadsheet.dll
Syntax
public struct CfIcon : IEquatable<CfIcon>
Public Structure CfIcon
    Implements IEquatable(Of CfIcon)

Constructors

Name Description
CfIcon(IconSetType, int)

Initializes a new instance of the CfIcon struct.

Fields

Name Description
NoIcon

No icon.

Properties

Name Description
IconId

Gets an integer value represents the icon to be used.

IconSet

Gets the icon set type.

Methods

Name Description
Equals(CfIcon)

Indicates whether the current object is equal to another object of the same type.

Equals(object)

Determines whether the specified object is equal to this instance.

GetHashCode()

Returns a hash code for this instance.

IsNoIcon()

Determines whether this icon is NoIcon.

Operators

Name Description
operator ==(CfIcon, CfIcon)

Returns a value that indicates whether two specified CfIcon values are equal.

operator !=(CfIcon, CfIcon)

Returns a value that indicates whether two specified CfIcon values are not equal.