BuiltInDocumentPropertyCollectionNameOfApplication Property |
Gets or sets the name of the application.
Namespace:
Aspose.Cells.Properties
Assembly:
Aspose.Cells (in Aspose.Cells.dll) Version: 22.5.0.0 (22.5.0)
Syntaxpublic string NameOfApplication { get; set; }
Public Property NameOfApplication As String
Get
Set
public:
property String^ NameOfApplication {
String^ get ();
void set (String^ value);
}
member NameOfApplication : string with get, set
Property Value
Type:
String
See Also