Gets the name of the object.
Namespace: Spire.Spreadsheet.FormsAssembly: Spire.Spreadsheet (in Spire.Spreadsheet.dll) Version: 3.7.1.8020
Syntax
| C# | Visual Basic | Visual C++ | F# |
string Name { get; set; }
Property Name As String Get Set
property String^ Name { String^ get (); void set (String^ value); }
abstract Name : string with get, set