[]
        
(Showing Draft Content)

GrapeCity.Wpf.SpreadSheet.CellType.ErrorUICommand.-ctor

ErrorUICommand Constructor

ErrorUICommand(string, string)

Initializes a new instance of the ErrorUICommand class.

Declaration
public ErrorUICommand(string messasge, string caption)
Public Sub New(messasge As String, caption As String)
Parameters
Type Name Description
string messasge

A string value indicates the message to display.

string caption

A string value indicates the title to display.