Search
InteractiveObject.Description Property
See Also
 






Gets or sets the object description.

Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms

 Syntax

C#  Copy Code

public string Description { get; set; }

Visual Basic  Copy Code

Public Property Description As String

 Property Value

A string value. The default is null (Nothing in Visual Basic).

 See Also