Interface INamedObject
Represents named objects.
Namespace: Telerik.Windows.Documents.Spreadsheet.Core
Assembly: Telerik.Windows.Documents.Core.dll
Syntax
public interface INamedObject
Properties
Name
Gets the name.
Declaration
string Name { get; }
Property Value
System.String
The name. |