[]
Represents the delegate for measuring size of an icon for the icon conditional formatting rule in a cell.
public delegate Icon GetCustomIconHandler(object sender, GetCustomIconEventArgs args)
Public Delegate Function GetCustomIconHandler(sender As Object, args As GetCustomIconEventArgs) As Icon
Type | Name | Description |
---|---|---|
object | sender | The sender. |
GetCustomIconEventArgs | args | The GetCustomIconEventArgs instance that contains the event data. |
Type | Description |
---|---|
Icon |