MessageBoxCaption Property
In This Topic
Gets or sets the text which is used to display caption of message box.
Syntax
'Declaration
Public Property MessageBoxCaption As String
'Usage
Dim instance As FpSpread
Dim value As String
instance.MessageBoxCaption = value
value = instance.MessageBoxCaption
public string MessageBoxCaption {get; set;}
See Also